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