Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
bdc85162
Commit
bdc85162
authored
Jun 11, 2018
by
Daniel Seybold
Browse files
added missing volume for colosseum mysql and fix for collation issue
parent
3157935a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker-compose.yml
docker-compose.yml
+3
-1
No files found.
docker-compose.yml
View file @
bdc85162
...
...
@@ -9,7 +9,9 @@ services:
-
MYSQL_DATABASE=${DATABASE_DB}
-
MYSQL_USER=${DATABASE_USER}
-
MYSQL_PASSWORD=${DATABASE_PASSWORD}
command
:
mysqld --character-set-server=utf8
command
:
mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
volumes
:
-
/var/lib/cloudiator/colosseum-store/:/var/lib/mysql
colosseum-service
:
depends_on
:
-
"
colosseum-store"
...
...
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