fix lucky env (#326)
This commit is contained in:
parent
ab77b0f7ac
commit
4f804ff257
|
@ -11,7 +11,8 @@ services:
|
|||
- type: bind
|
||||
source: /DATA/AppData/lucky
|
||||
target: /goodluck
|
||||
environment: TZ: $TZ
|
||||
environment:
|
||||
TZ: $TZ
|
||||
network_mode: host
|
||||
privileged: false
|
||||
x-casaos:
|
||||
|
@ -43,4 +44,4 @@ x-casaos:
|
|||
en_us: Lucky
|
||||
port_map: "16601"
|
||||
scheme: http
|
||||
store_app_id: lucky
|
||||
store_app_id: lucky
|
||||
|
|
Loading…
Reference in New Issue