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 restart: unless-stopped
nginx: nginx:
image: nginx:alpine build:
context: .
dockerfile: docker/nginx.Dockerfile
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- .:/var/www/html - .:/var/www/html
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on:
- php - php
restart: unless-stopped restart: unless-stopped
volumes: volumes:
geburtsverein-data: geburtsverein-data: