Skip to content

Commit

Permalink
Fix error in newer docker-compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkaixiang committed Dec 1, 2023
1 parent 849c59f commit 3d91451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
image: ghcr.io/tkaixiang/storeman-bot:latest
restart: unless-stopped
network_mode: "host"
ports:
- "127.0.0.1:8888:8888"
secrets:
- source: dotenv
target: /app/.env
Expand Down

0 comments on commit 3d91451

Please sign in to comment.