restructured repo + created README.md

This commit is contained in:
pika 2024-08-02 11:32:21 +02:00
parent 887dbcac22
commit 5fb6ad7282
6 changed files with 18 additions and 0 deletions

View 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