[skip ci] set restart policy for nginx

This commit is contained in:
Simon Bruder 2018-06-06 17:53:41 +00:00
parent 0eadddf6db
commit f2ee2221a8
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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: