Added new website build command to compose file

This commit is contained in:
Luke Else 2023-09-27 21:49:39 +01:00
parent 1769edfe1e
commit f14a1c71e5

View File

@ -4,10 +4,7 @@ services:
#Websites luke-else.co.uk (8000) snexo.co.uk (8001)
luke-else.co.uk:
image: "nginx:latest"
container_name: luke-else.co.uk
volumes:
- ./luke-else.co.uk/:/usr/share/nginx/html
build: ./luke-else.co.uk
networks:
- proxy
labels: