Removed Traefik Dependancy from each container
This commit is contained in:
@ -8,8 +8,6 @@ services:
|
||||
container_name: luke-else.co.uk
|
||||
volumes:
|
||||
- ./luke-else.co.uk/:/var/www/html
|
||||
depends_on:
|
||||
- traefik
|
||||
labels:
|
||||
## Expose luke-else Through Trefik ##
|
||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||
@ -27,8 +25,6 @@ services:
|
||||
container_name: snexo.co.uk
|
||||
volumes:
|
||||
- ./snexo.co.uk/:/var/www/html
|
||||
depends_on:
|
||||
- traefik
|
||||
labels:
|
||||
## Expose Snexo Through Trefik ##
|
||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||
|
Reference in New Issue
Block a user