Dateien nach "/" hochladen
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
php:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/php.Dockerfile
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
- geburtsverein-data:/var/www/html/data
|
||||
restart: unless-stopped
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
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:
|
||||
Reference in New Issue
Block a user