Skip to content

Commit

Permalink
docker compose: use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 5, 2024
1 parent 920d1fc commit 9d0efc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose_image_based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
retries: 120

operandi-server:
image: ghcr.io/subugoe/operandi-server:main
image: ghcr.io/subugoe/operandi-server:latest
container_name: operandi-server
depends_on:
operandi-rabbitmq:
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
command: operandi-server start

operandi-broker:
image: ghcr.io/subugoe/operandi-broker:main
image: ghcr.io/subugoe/operandi-broker:latest
container_name: operandi-broker
depends_on:
operandi-rabbitmq:
Expand Down

0 comments on commit 9d0efc5

Please sign in to comment.