Skip to content

Commit

Permalink
Fix compose version
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Apr 10, 2024
1 parent 079a5d7 commit ac61eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ networks:
services:
oracle:
container_name: oracle_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:4.0.0
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v4.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -34,7 +34,7 @@ services:

keeper:
container_name: keeper_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:4.0.0
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v4.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down

0 comments on commit ac61eff

Please sign in to comment.