Merge branch 'docker_restart' into 'develop'

Add restart directive for nginx container

See merge request funkwhale/funkwhale!469
This commit is contained in:
Eliot Berriot 2018-11-19 16:46:51 +00:00
commit 0cc142b5fa
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ services:
- redis
nginx:
restart: unless-stopped
image: nginx
env_file:
- .env