upgrades: use the host IP instead of 0.0.0.0
otherwise it cannot be used when running from a LXC/docker container
This commit is contained in:
parent
e0c4025af5
commit
3ead37ed37
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
RELEASE_NUMBERS="7.0"
|
||||
|
||||
PREFIX===============
|
||||
HOST_PORT=0.0.0.0:3000
|
||||
HOST_PORT=$(hostname -I | cut -f1 -d' '):3000
|
||||
STORAGE_PATHS="attachments avatars lfs packages repo-archive repo-avatars"
|
||||
STORAGE_FUN="attachments avatars lfs packages repo_archive repo_avatars"
|
||||
DIR=/tmp/forgejo-upgrades
|
||||
|
|
Loading…
Add table
Reference in a new issue