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:
parent
6f4ede5c5f
commit
85f2d98704
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
detach: yes
|
detach: yes
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:{{ gitea_host_port }}:3000
|
# - 127.0.0.1:{{ gitea_host_port }}:3000
|
||||||
|
- "{{ gitea_host_port }}:3000"
|
||||||
- 2222:2222
|
- 2222:2222
|
||||||
env:
|
env:
|
||||||
APP_NAME="Netz39 Gitea"
|
APP_NAME="Netz39 Gitea"
|
||||||
|
|
Loading…
Reference in a new issue