gitea: restart unless stopped
This commit is contained in:
parent
1f4432fa8c
commit
c38369f134
|
@ -684,6 +684,7 @@ services:
|
||||||
- "${GITEA_SSH_EXTERNAL_PORT}:${GITEA_SSH_INTERNAL_PORT}"
|
- "${GITEA_SSH_EXTERNAL_PORT}:${GITEA_SSH_INTERNAL_PORT}"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/gitea:/data"
|
- "${DOCKER_STORAGE_PATH}/gitea:/data"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
gitearunner:
|
gitearunner:
|
||||||
container_name: gitearunner
|
container_name: gitearunner
|
||||||
|
|
Loading…
Reference in New Issue