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