added restart config
This commit is contained in:
parent
1faed434a9
commit
cda884f516
|
@ -6,6 +6,7 @@ services:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- 8001:80
|
- 8001:80
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
radiostasis-static:
|
radiostasis-static:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
@ -15,3 +16,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
- ./site:/usr/share/nginx/html
|
- ./site:/usr/share/nginx/html
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue