1
0
Fork 0

gitea: restart unless stopped

This commit is contained in:
Lukáš Kucharczyk 2023-10-31 09:09:07 +01:00
parent 1f4432fa8c
commit c38369f134
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ services:
- "${GITEA_SSH_EXTERNAL_PORT}:${GITEA_SSH_INTERNAL_PORT}"
volumes:
- "${DOCKER_STORAGE_PATH}/gitea:/data"
restart: unless-stopped
gitearunner:
container_name: gitearunner