Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
z0z0r4 committed Dec 29, 2024
1 parent b9944c8 commit a3f9559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ services:
TZ: Asia/Shanghai
restart: always
volumes:
- /opt/mcim_sync/config.json:/app/config.json
- /opt/mcim_sync/logs:/app/logs
- /opt/mcim_sync/config.json:/config.json
command: >
sh -c "python start.py"
logging: *default-logging
Expand Down

0 comments on commit a3f9559

Please sign in to comment.