Просмотр исходного кода

Add an external Port for gitea missing from someone else patch (#190)

Robert Middleswarth 3 лет назад
Родитель
Сommit
678b76dfe4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      template/portainer-v2-arm64.json

+ 1 - 1
template/portainer-v2-arm64.json

@@ -1378,7 +1378,7 @@
 			"note": "More possible Environment Variables: https://docs.gitea.io/en-us/install-with-docker/#managing-deployments-with-environment-variables",
 			"platform": "linux",
 			"ports": [
-				"3000/tcp",
+				"8124:3000/tcp",
 				"222:22/tcp"
 			],
 			"restart_policy": "unless-stopped",