Updated TOS, PRIVACY and some other important files

This commit is contained in:
Bo⋆˚✿˖° 2025-02-22 18:17:57 +01:00
parent 77af9475c5
commit ec68cbb884
20 changed files with 69 additions and 43 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
web:
image: httpd:latest
container_name: web
restart: unless-stopped
volumes:
- ./html:/usr/local/apache2/htdocs
ports:
- '80:80'