1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/nginx/arm/docker-compose.yml

8 lines
156 B
YAML
Raw Normal View History

2016-06-20 14:12:41 +00:00
nginx:
2021-02-02 10:22:31 +00:00
image: arm32v7/nginx:alpine
2016-06-20 14:12:41 +00:00
volumes:
2021-02-02 10:22:31 +00:00
- ./data/conf.d:/etc/nginx/conf.d
2017-05-06 04:59:40 +00:00
- ./data/ssl:/etc/nginx/ssl
net: host
2021-02-02 10:22:31 +00:00
restart: unless-stopped