nginx-proxy-manager fix invalid ports

This commit is contained in:
Thomas Biering 2021-07-18 17:39:02 +02:00
parent 7bb25f5ff2
commit d68f735321
1 changed files with 4 additions and 4 deletions

View File

@ -2287,9 +2287,9 @@
} }
], ],
"ports": [ "ports": [
"80:8080/tcp", "80:80/tcp",
"81:8181/tcp", "81:81/tcp",
"443:4443/tcp" "443:443/tcp"
], ],
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager", "title": "Nginx Proxy Manager",
@ -3325,7 +3325,7 @@
"categories": [ "categories": [
"Messenger" "Messenger"
], ],
"description": "A self-hosted web IRC client", "description": "A self-hosted web IRC client.",
"env": [ "env": [
{ {
"default": "1000", "default": "1000",