Skip to content

Commit

Permalink
use latest image on surf
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl committed Jul 17, 2024
1 parent 13ec0fd commit 2ce8c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose_public_ip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
retries: 5

backend:
image: digitalmethodsinitiative/4cat:${DOCKER_TAG}
image: digitalmethodsinitiative/4cat:latest
container_name: 4cat_backend
init: true
restart: unless-stopped
Expand All @@ -44,7 +44,7 @@ services:
entrypoint: docker/docker-entrypoint.sh -h

frontend:
image: digitalmethodsinitiative/4cat:${DOCKER_TAG}
image: digitalmethodsinitiative/4cat:latest
container_name: 4cat_frontend
restart: unless-stopped
env_file:
Expand Down

0 comments on commit 2ce8c35

Please sign in to comment.