]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/docker-compose.yml
Try to fix docker automatic build (again...)
[github/Chocobozzz/PeerTube.git] / support / docker / production / docker-compose.yml
index f273915b972c523078450cd60ca06d768ec01724..ac0a3543b69d91c2ae79054c50f4ec99e0758e59 100644 (file)
@@ -28,6 +28,9 @@ services:
       traefik.enable: "true"
       traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}"
       traefik.port: "9000"
+    # If you don't want to use a reverse proxy (not suitable for production!)
+    # ports:
+      # - "80:9000"
     volumes:
       - ./data:/data
     depends_on: