forked from argilla/docker
changed cgi-python port to 7006
This commit is contained in:
parent
7c6e9a863a
commit
094cfeea41
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue