mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:21:12 -05:00
Merge pull request 'restart forgejo when docker restarts' (#5) from earl-warren/setup-forgejo:wip-container into main
Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/5
This commit is contained in:
commit
eb11100b06
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function wait_for() {
|
|||
function run() {
|
||||
local image="$1"
|
||||
|
||||
docker run --name ${CONTAINER} \
|
||||
docker run --restart unless-stopped --name ${CONTAINER} \
|
||||
-e "RUN_MODE=dev" \
|
||||
-e "FORGEJO__security__INSTALL_LOCK=true" \
|
||||
-e "FORGEJO__log__LEVEL=debug" \
|
||||
|
|
Loading…
Reference in a new issue