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,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