Browse Source

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

Robert Middleswarth 3 years ago
parent
commit
678b76dfe4
1 changed files with 1 additions and 1 deletions
  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",