mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:35:07 +02:00
8 lines
156 B
YAML
8 lines
156 B
YAML
nginx:
|
|
image: arm32v7/nginx:alpine
|
|
volumes:
|
|
- ./data/conf.d:/etc/nginx/conf.d
|
|
- ./data/ssl:/etc/nginx/ssl
|
|
net: host
|
|
restart: unless-stopped
|