Comment nginx back out

This commit is contained in:
2023-06-20 18:10:43 -04:00
parent 3a537dcc08
commit 84e77fcbbd

View File

@@ -1,14 +1,14 @@
services: services:
nginx-proxy-manager: # nginx-proxy-manager:
image: jlesage/nginx-proxy-manager:latest # image: jlesage/nginx-proxy-manager:latest
ports: # ports:
- "443:4443" # - "443:4443"
- "80:8080" # - "80:8080"
- "81:8181" # - "81:8181"
volumes: # volumes:
- /portainer/Files/AppData/Config/Nginx-Proxy:/config # - /portainer/Files/AppData/Config/Nginx-Proxy:/config
networks: nginx # networks: nginx
restart: unless-stopped # restart: unless-stopped
# gitea: # gitea:
# image: gitea/gitea:latest # image: gitea/gitea:latest
# ports: # ports: