From 094cfeea41787b7ddbfac5f2f76b692e36010dee Mon Sep 17 00:00:00 2001 From: giuliof Date: Thu, 26 Aug 2021 21:16:38 +0200 Subject: [PATCH] changed cgi-python port to 7006 --- cgi-python/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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