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
6bbd1a48
Commit
6bbd1a48
authored
Dec 17, 2018
by
Daniel Seybold
Browse files
uncommented mounting of cloudiator store to host filesystem
parent
8e300d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-compose.yml
docker-compose.yml
+2
-2
No files found.
docker-compose.yml
View file @
6bbd1a48
...
...
@@ -10,8 +10,8 @@ services:
-
MYSQL_USER=${DATABASE_USER}
-
MYSQL_PASSWORD=${DATABASE_PASSWORD}
command
:
mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
volumes
:
-
/var/lib/cloudiator/colosseum-store/:/var/lib/mysql
#
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