mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-01 13:17:47 +02:00
9 lines
167 B
YAML
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
|