Test
This commit is contained in:
parent
0e7a4062c2
commit
dd33b15296
@ -6,4 +6,4 @@ export GITEA__database__PASSWD=$(echo ${DATABASE_URL} | sed -r "s|.*://[^:]+:([^
|
||||
export GITEA__database__HOST=$(echo ${DATABASE_URL} | sed -r "s|.*@([^:]+):.*|\1|")
|
||||
export GITEA__database__NAME=$(echo ${DATABASE_URL} | sed -r "s|.*:([0-9]+)/([^?]+).*|\2|")
|
||||
|
||||
exec /usr/local/bin/gitea web -port $PORT
|
||||
exec /usr/local/bin/gitea web -port $PORT &
|
||||
|
Loading…
Reference in New Issue
Block a user