Restart containers unless stopped

This commit is contained in:
Marko Korhonen 2020-07-11 14:24:47 +03:00
parent 97efc3ae74
commit 8e0f439765
7 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ services:
- DB_NAME=gitea
- DB_USER=gitea
- DB_PASSWD=${MYSQL_PASS}
restart: always
restart: unless-stopped
networks:
- gitea
- mariadb