docker-compose.yml aktualisiert

This commit is contained in:
2026-07-29 11:11:38 +00:00
parent 0cbed7022d
commit 0eac613575
+4 -3
View File
@@ -9,15 +9,16 @@ services:
restart: unless-stopped
nginx:
image: nginx:alpine
build:
context: .
dockerfile: docker/nginx.Dockerfile
ports:
- "8080:80"
volumes:
- .:/var/www/html
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- php
restart: unless-stopped
volumes:
geburtsverein-data:
geburtsverein-data: