Skip to content

Commit

Permalink
🎸 Optimize docker compose install config volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Cairry committed Nov 27, 2024
1 parent 6daf11b commit 612c2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
- TZ=Asia/Shanghai
volumes:
- ./config:/app/config
- ../../config:/app/config
restart: always
privileged: true
ports:
Expand Down

0 comments on commit 612c2bb

Please sign in to comment.