Skip to content

Commit

Permalink
chore: change container naming
Browse files Browse the repository at this point in the history
  • Loading branch information
siobh9 committed Oct 12, 2024
1 parent 8f5dd37 commit 81fd37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
jokerace-main:
container_name: jokerace-main
main-jokerace:
container_name: main-jokerace
image: ghcr.io/jk-labs-inc/jokerace:main
deploy:
mode: replicated
Expand All @@ -11,7 +11,7 @@ services:
container_name: jokerace-watchtower
image: containrrr/watchtower
command:
- "jokerace-main"
- "main-jokerace"
- "--interval"
- "30"
- "--cleanup"
Expand Down

0 comments on commit 81fd37d

Please sign in to comment.