Changed External Facing container to be internal
This commit is contained in:
parent
da6c7f5292
commit
d2c7ac5962
@ -102,8 +102,8 @@ services:
|
|||||||
image: "php:apache"
|
image: "php:apache"
|
||||||
container_name: snexo.co.uk
|
container_name: snexo.co.uk
|
||||||
ports:
|
ports:
|
||||||
- "8001:80"
|
- "127.0.0.1:8001:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./snexo.co.uk/:/var/www/html
|
- ./snexo.co.uk/:/var/www/html
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user