[skip ci] set restart policy for nginx
This commit is contained in:
parent
0eadddf6db
commit
f2ee2221a8
|
@ -2,6 +2,7 @@ version: '3.5'
|
||||||
services:
|
services:
|
||||||
http:
|
http:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/usr/share/nginx/html/:ro
|
- ./:/usr/share/nginx/html/:ro
|
||||||
expose:
|
expose:
|
||||||
|
|
Reference in a new issue