Readded nginx

This commit is contained in:
2023-06-20 17:59:02 -04:00
parent 22196cd1e0
commit 3a537dcc08

View File

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