1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/nginx/arm/docker-compose.yml
2017-05-06 12:59:40 +08:00

8 lines
163 B
YAML

nginx:
image: easypi/nginx-arm
volumes:
- ./data/default.conf:/etc/nginx/conf.d/default.conf
- ./data/ssl:/etc/nginx/ssl
net: host
restart: always