added cgi-python docker-compose

This commit is contained in:
giuliof 2021-08-26 21:14:28 +02:00
parent 2045c9d3f8
commit 7c6e9a863a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: "3.3"
services:
pubblici:
image: hub.docker.golem.linux.it/cgi-python:latest
restart: unless-stopped
ports:
- "80:80"
volumes:
- /srv/cgi-python:/srv/cfg