Update gitea to run on host loopback.
Also update volume for the mounted slab.
This commit is contained in:
parent
dc70df7014
commit
ee5551662a
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
GITEA__service__DISABLE_REGISTRATION=true
|
||||
GITEA__mailer__ENABLED=true
|
||||
GITEA__database__DB_TYPE=postgres
|
||||
GITEA__database__HOST=postgresql:5432
|
||||
GITEA__database__HOST=10.0.2.2:5432
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea_user
|
||||
GITEA__database__PASSWD=secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue