Skip to content

Commit

Permalink
chore: update docker-compose image path
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu12329 committed May 7, 2024
1 parent 8f4ddd3 commit 085e34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
bingusboingus:
hostname: bingusboingus
pull_policy: always
image: ghcr.io/blvckleg/bingusboingus:dev
image: ghcr.io/bingusboingus-developer-team/bingusboingus:dev
volumes:
- .env:/home/node/.env.prod
environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
'CMD',
'sh',
'-c',
'echo ''db.runCommand("ping").ok'' | mongosh localhost:27017 --quiet'
'echo ''db.runCommand("ping").ok'' | mongosh localhost:27017 --quiet',
]
interval: 10s
timeout: 10s
Expand Down

0 comments on commit 085e34e

Please sign in to comment.