mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-27 12:22:42 +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
|