Skip to content

Commit

Permalink
remove custom container name
Browse files Browse the repository at this point in the history
causes conflicts if you want to use the git compose file and have multiple installs
  • Loading branch information
unclamped authored Mar 26, 2023
1 parent 61ca07b commit 450a0d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ services:
build:
context: .
restart: unless-stopped
container_name: bot-status
environment:
- TOKEN=${TOKEN}
- IP=${IP}
- PORT=${PORT}
- DELAY=${DELAY}
- GAME=${GAME}
- ACTIVITY=${ACTIVITY}
- ACTIVITY=${ACTIVITY}

0 comments on commit 450a0d2

Please sign in to comment.