diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 584a0df..4e5d47d 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -39,7 +39,7 @@ services: proxy: container_name: proxy - image: synthetixio/nginx-debug:41158a4bf17aca53222e6b101633ddfa5af7724c-base + image: synthetixio/nginx-debug:d294126f4b4f41d99538217ce68f2e8e9bfcc6fd-base restart: unless-stopped volumes: - ./nginx/templates:/etc/nginx/templates diff --git a/docker-compose.yml b/docker-compose.yml index c097d01..669be83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: proxy: container_name: proxy - image: synthetixio/nginx:41158a4bf17aca53222e6b101633ddfa5af7724c-base + image: synthetixio/nginx:d294126f4b4f41d99538217ce68f2e8e9bfcc6fd-base restart: unless-stopped volumes: - ./nginx/templates:/etc/nginx/templates