Configured and redid the base website structure

This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 20:58:24 +02:00
parent d6be5d4df4
commit c38c08f65c
No known key found for this signature in database
GPG key ID: CEE0F03E50221D34
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"