1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-17 11:56:28 +02:00
dockerfiles/nginx/arm/docker-compose.yml

8 lines
163 B
YAML
Raw Normal View History

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