1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00: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