Updated TOS, PRIVACY and some other important files

This commit is contained in:
Bo⋆˚✿˖° 2025-02-22 18:17:57 +01:00
parent 36eeedd845
commit 7fb9218f65
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236
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'