fix nextcloud loading issue by avoiding unsafe port 10080

Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
Tiger Wang 2023-05-18 20:58:04 -04:00
parent 17ca202341
commit f3cf0dfcdb
2 changed files with 91 additions and 91 deletions

View File

@ -43,7 +43,7 @@
"ports": [
{
"container": "80",
"host": "10080",
"host": "10081",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
@ -86,7 +86,7 @@
"upnp": false
},
"tips": {},
"changelog":{
"changelog": {
"latest_updates": "",
"url": ""
},

View File

@ -9,7 +9,7 @@ services:
network_mode: bridge
ports:
- target: 80
published: "10080"
published: "10081"
protocol: tcp
- target: 443
published: "10443"
@ -87,4 +87,4 @@ x-casaos:
title:
en_us: Nextcloud
index: /
port_map: "10080"
port_map: "10081"