Skip to content

Commit

Permalink
fix lucky env (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 authored Nov 8, 2023
1 parent ab77b0f commit 4f804ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Apps/Lucky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -43,4 +44,4 @@ x-casaos:
en_us: Lucky
port_map: "16601"
scheme: http
store_app_id: lucky
store_app_id: lucky

0 comments on commit 4f804ff

Please sign in to comment.