docker-compose.yml aktualisiert
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
context: .
|
||||
dockerfile: docker/php.Dockerfile
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
- geburtsverein-data:/var/www/html/data
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -14,8 +13,6 @@ services:
|
||||
dockerfile: docker/nginx.Dockerfile
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
depends_on:
|
||||
- php
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user