From 1843a4771ca2b8d20699406d8dcafa296992e103 Mon Sep 17 00:00:00 2001 From: Nathan Papes Date: Wed, 17 Apr 2024 20:23:21 -0400 Subject: [PATCH] add latest tag to image --- docker-compose.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 122f6c08f..c3ebcc50d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: web: &web build: context: ./ - image: gala_web + image: gala_web:latest stdin_open: true tty: true command: foreman start -f Procfile.dev @@ -43,14 +43,5 @@ services: image: redis:6 ports: - 6379:6379 - # selenium: - # image: seleniarm/standalone-chromium - # shm_size: 4gb - # environment: - # SE_NODE_MAX_SESSIONS: 1 - # ports: - # - 4444:4444 - # volumes: - # - /dev/shm:/dev/shm volumes: db_data: