Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xujing
docker_workshop
Commits
ab48c612
Commit
ab48c612
authored
6 years ago
by
Rack Lin
Browse files
Options
Download
Email Patches
Plain Diff
Demo
Signed-off-by:
Rack Lin
<
racklin@gmail.com
>
parent
5172702f
bi
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+8
-0
docker-compose.yml
with
8 additions
and
0 deletions
+8
-0
docker-compose.yml
+
8
-
0
View file @
ab48c612
...
...
@@ -3,6 +3,9 @@ version: '3'
services
:
alpine
:
image
:
alpine:3.7
db
:
image
:
mysql:5.6
volumes
:
...
...
@@ -24,6 +27,11 @@ services:
image
:
redis:4.0
ports
:
-
"
6379:6379"
bi
:
image
:
metabase/metabase:latest
ports
:
-
"
3000:3000"
volumes
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets