Merge branch 'docker_restart' into 'develop'
Add restart directive for nginx container See merge request funkwhale/funkwhale!469
This commit is contained in:
commit
0cc142b5fa
|
@ -62,6 +62,7 @@ services:
|
|||
- redis
|
||||
|
||||
nginx:
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
env_file:
|
||||
- .env
|
||||
|
|
Loading…
Reference in New Issue