1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/nginx/docker-compose.yml

8 lines
148 B
YAML
Raw Permalink Normal View History

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