Updated container names for websites to stop DNS collision
This commit is contained in:
parent
5d48df697d
commit
d453e3213f
@ -3,9 +3,9 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
#Websites luke-else.co.uk (8000) snexo.co.uk (8001) wmgzon.luke-else.co.uk (8080)
|
#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
|
build: ./luke-else.co.uk
|
||||||
container_name: luke-else.co.uk
|
container_name: luke-else
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
labels:
|
labels:
|
||||||
@ -22,9 +22,9 @@ services:
|
|||||||
- "traefik.http.routers.personal.tls.certresolver=myresolver"
|
- "traefik.http.routers.personal.tls.certresolver=myresolver"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
snexo.co.uk:
|
snexo:
|
||||||
image: "php:apache"
|
image: "php:apache"
|
||||||
container_name: snexo.co.uk
|
container_name: snexo
|
||||||
volumes:
|
volumes:
|
||||||
- ./snexo.co.uk/:/var/www/html
|
- ./snexo.co.uk/:/var/www/html
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user