mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Add entrypoint for Container
- Adds config.php if not available - Runs console.php for installation
This commit is contained in:
@@ -12,6 +12,10 @@ services:
|
||||
- lime-db
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-db:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user