Updated TOS, PRIVACY and some other important files

This commit is contained in:
Bo⋆˚✿˖° 2025-02-22 18:17:57 +01:00
parent ad424ad593
commit 63e8256c22
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
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'