1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/nginx/arm/docker-compose.yml

8 lines
156 B
YAML
Raw Normal View History

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