mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
9 lines
161 B
YAML
9 lines
161 B
YAML
nginx:
|
|
image: vimagick/nginx
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- nginx/nginx.conf:/etc/nginx/nginx.conf
|
|
- html:/usr/share/nginx/html
|
|
restart: always
|