1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/nginx/docker-compose.yml

8 lines
148 B
YAML
Raw Normal View History

2015-07-01 13:57:52 +02:00
nginx:
2017-04-30 17:36:09 +02:00
image: nginx:alpine
2015-07-01 13:57:52 +02:00
volumes:
2021-02-02 12:22:31 +02:00
- ./data/conf.d:/etc/nginx/conf.d
2017-04-30 17:36:09 +02:00
- ./data/ssl:/etc/nginx/ssl
net: host
2021-02-02 12:22:31 +02:00
restart: unless-stopped