Erster Commit

This commit is contained in:
Dany Thinnes 2024-05-10 11:16:05 +02:00
commit a5301933e5
1 changed files with 10 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
webserver:
image: docker.projekt-hirnfrei.de/diabolus/webserver:latest
container_name: webserver
ports:
- 2280:80
volumes:
- ./datenbank:/opt/datenbank
- ./homepage:/var/www/localhost/htdocs