1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/nginx/arm/docker-compose.yml

8 lines
163 B
YAML
Raw Normal View History

2016-06-20 14:12:41 +00:00
nginx:
image: easypi/nginx-arm
volumes:
2017-05-06 04:59:40 +00:00
- ./data/default.conf:/etc/nginx/conf.d/default.conf
- ./data/ssl:/etc/nginx/ssl
net: host
2016-06-20 14:12:41 +00:00
restart: always