Allow external access to gitea port

Until we have a local reverse proxy, ports must be made available
to external access
This commit is contained in:
Stefan Haun 2022-01-27 21:58:32 +01:00
parent 6f4ede5c5f
commit 85f2d98704

View file

@ -48,7 +48,8 @@
restart_policy: unless-stopped
detach: yes
ports:
- 127.0.0.1:{{ gitea_host_port }}:3000
# - 127.0.0.1:{{ gitea_host_port }}:3000
- "{{ gitea_host_port }}:3000"
- 2222:2222
env:
APP_NAME="Netz39 Gitea"