diff --git a/docker-compose.yml b/docker-compose.yml index 0d7ce0a..4423157 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -102,8 +102,8 @@ 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 - \ No newline at end of file +