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
|
- redis
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
restart: unless-stopped
|
||||||
image: nginx
|
image: nginx
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
Loading…
Reference in New Issue