add: nginx example website & dev: Makefile
This commit is contained in:
parent
8f789d51a0
commit
3ba95ed8a6
4 changed files with 227 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ services:
|
|||
image: nginx:latest
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ${DATA:?error}/nginx/www/:/usr/share/nginx/html:ro
|
||||
|
||||
### services ###
|
||||
# image:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue