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