Changed External Facing container to be internal

This commit is contained in:
Luke Else 2022-02-04 21:44:14 +00:00 committed by GitHub
parent da6c7f5292
commit d2c7ac5962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ services:
image: "php:apache"
container_name: snexo.co.uk
ports:
- "8001:80"
- "127.0.0.1:8001:80"
volumes:
- ./snexo.co.uk/:/var/www/html
restart: unless-stopped