Restart containers unless stopped

This commit is contained in:
Marko Korhonen 2020-07-11 14:24:47 +03:00
parent 56d8144803
commit 4d95239274
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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