Skip to content

Commit

Permalink
fixed it 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Max 🍉 committed Jun 5, 2024
1 parent d81afc3 commit 48ef63c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

gunicorn:
restart: always
image: trunkplayer/trunkplayer-ng-api:latest
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
Expand All @@ -56,7 +56,7 @@ services:

trunk-player-worker:
restart: always
image: trunkplayer/trunkplayer-ng-api:latest
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
deploy:
Expand All @@ -78,7 +78,7 @@ services:

trunk-player-beat:
restart: always
image: trunkplayer/trunkplayer-ng-api:latest
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
Expand All @@ -98,7 +98,7 @@ services:

trunk-player-mqtt:
restart: always
image: trunkplayer/trunkplayer-ng-api:latest
image: trunkplayer/trunkplayer-ng-api:main
build: .
user: 1000:1000
command:
Expand Down

0 comments on commit 48ef63c

Please sign in to comment.