From d453e3213fd2ecbc6a221a3128d4eba47631c631 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sun, 3 Mar 2024 16:49:13 +0000 Subject: [PATCH] Updated container names for websites to stop DNS collision --- Websites/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Websites/docker-compose.yml b/Websites/docker-compose.yml index 8cfc76d..eed774d 100644 --- a/Websites/docker-compose.yml +++ b/Websites/docker-compose.yml @@ -3,9 +3,9 @@ version: '3.8' services: #Websites luke-else.co.uk (8000) snexo.co.uk (8001) wmgzon.luke-else.co.uk (8080) - luke-else.co.uk: + luke-else: build: ./luke-else.co.uk - container_name: luke-else.co.uk + container_name: luke-else networks: - proxy labels: @@ -22,9 +22,9 @@ services: - "traefik.http.routers.personal.tls.certresolver=myresolver" restart: unless-stopped - snexo.co.uk: + snexo: image: "php:apache" - container_name: snexo.co.uk + container_name: snexo volumes: - ./snexo.co.uk/:/var/www/html networks: