docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user