docker-compose.yml aktualisiert

This commit is contained in:
2026-07-29 11:27:15 +00:00
parent 61046a54a6
commit 459d617295
-3
View File
@@ -4,7 +4,6 @@ services:
context: . context: .
dockerfile: docker/php.Dockerfile dockerfile: docker/php.Dockerfile
volumes: volumes:
- .:/var/www/html
- geburtsverein-data:/var/www/html/data - geburtsverein-data:/var/www/html/data
restart: unless-stopped restart: unless-stopped
@@ -14,8 +13,6 @@ services:
dockerfile: docker/nginx.Dockerfile dockerfile: docker/nginx.Dockerfile
ports: ports:
- "8080:80" - "8080:80"
volumes:
- .:/var/www/html
depends_on: depends_on:
- php - php
restart: unless-stopped restart: unless-stopped