restructured repo + created README.md
This commit is contained in:
parent
887dbcac22
commit
5fb6ad7282
6 changed files with 18 additions and 0 deletions
8
web/nginx/docker-compose.yml
Normal file
8
web/nginx/docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
nginx-web:
|
||||
restart: unless-stopped
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./path/to/webroot:/usr/share/nginx/html:ro
|
Loading…
Add table
Add a link
Reference in a new issue