Start blog
This commit is contained in:
commit
aa21b867b3
16 changed files with 1248 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: '3'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d:ro
|
||||
- ./public_html:/usr/share/nginx/html:ro
|
||||
- ./assets:/usr/share/nginx/assets:ro
|
Loading…
Add table
Add a link
Reference in a new issue