1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-01 13:17:47 +02:00
dockerfiles/nginx/arm/docker-compose.yml
2016-06-20 22:12:41 +08:00

9 lines
167 B
YAML

nginx:
image: easypi/nginx-arm
ports:
- "80:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./html:/usr/share/nginx/html
restart: always