mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Fix docker-compose files
- context needed to change
This commit is contained in:
committed by
Markus Opolka
parent
481e72194a
commit
4279818967
@@ -2,8 +2,8 @@ version: "3.0"
|
|||||||
services:
|
services:
|
||||||
limesurvey:
|
limesurvey:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: fpm/
|
||||||
dockerfile: fpm/Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/upload/:/var/www/html/upload/
|
- /tmp/upload/:/var/www/html/upload/
|
||||||
- lime:/var/www/html
|
- lime:/var/www/html
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ version: "3.0"
|
|||||||
services:
|
services:
|
||||||
limesurvey:
|
limesurvey:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: apache/
|
||||||
dockerfile: apache/Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/upload/:/var/www/html/upload/
|
- /tmp/upload/:/var/www/html/upload/
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user