feature 0.0070
This commit is contained in:
8
docker/nginx/nginx.yaml
Normal file
8
docker/nginx/nginx.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
web:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./templates:/etc/nginx/templates
|
||||
- ./confs:/etc/nginx/conf.d
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
Reference in New Issue
Block a user