Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
3d31ebf8
Commit
3d31ebf8
authored
Sep 11, 2018
by
Petter Goksøyr Åsen
Browse files
docker-compose: update env default
parent
b554758c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose/common.yml
View file @
3d31ebf8
...
...
@@ -109,7 +109,7 @@ services:
MYSQL_ROOT_PASSWORD
:
"
${KOHA_ADMINPASS:-secret}"
MYSQL_USER
:
"
${KOHA_ADMINUSER:-admin}"
SIBYL_USER
:
"
${SIBYL_USER:-admin}"
SIBYL_PASSWORD
:
"
${SIBYL_PASSWORD:-
admin
}"
SIBYL_PASSWORD
:
"
${SIBYL_PASSWORD:-
secret
}"
volumes
:
-
"
koha_mysql_data:/var/lib/mysql"
-
./setup_sibyl.sql:/docker-entrypoint-initdb.d/setup_sibyl.sql
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment