diff --git a/cgi-python/docker-compose.yml b/cgi-python/docker-compose.yml index f2d1a6c..931c9f9 100644 --- a/cgi-python/docker-compose.yml +++ b/cgi-python/docker-compose.yml @@ -4,7 +4,7 @@ services: image: hub.docker.golem.linux.it/cgi-python:latest restart: unless-stopped ports: - - "80:80" + - "7006:80" volumes: - /srv/cgi-python:/srv/cfg