add: nginx example website & dev: Makefile

This commit is contained in:
mcolonna 2025-03-26 18:57:27 +01:00
parent 8f789d51a0
commit 3ba95ed8a6
4 changed files with 227 additions and 0 deletions

View file

@ -6,6 +6,8 @@ services:
image: nginx:latest
ports:
- 8080:80
volumes:
- ${DATA:?error}/nginx/www/:/usr/share/nginx/html:ro
### services ###
# image: