Configured and redid the base website structure

This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 20:58:24 +02:00
parent 461c1ebac3
commit d0455a7112
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236
9 changed files with 300 additions and 0 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
web:
image: nginx:latest
container_name: freed-place
restart: unless-stopped
volumes:
- ./html:/usr/share/nginx/html:ro
ports:
- "80:80"