Skip to content

Commit

Permalink
Upgrades (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas authored Nov 16, 2024
1 parent 1d14866 commit 562a09c
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
@@ -1,6 +1,6 @@
services:
consul:
image: bitnami/consul:latest
image: docker.io/bitnami/consul:latest
networks:
- consul-network
ports:
Expand All @@ -20,7 +20,7 @@ services:
- CONSUL_AGENT_MODE=server

redis:
image: docker.io/bitnami/redis:6.2
image: docker.io/bitnami/redis:latest
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand Down

0 comments on commit 562a09c

Please sign in to comment.