Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INK
ink-api
Commits
8b878f9d
Commit
8b878f9d
authored
Jan 23, 2018
by
Aanand Prasad
Browse files
Quote port mappings in docker-compose.yml
parent
5c0ffe4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
8b878f9d
...
...
@@ -4,14 +4,14 @@ services:
postgres
:
image
:
postgres:9.5
ports
:
-
5432:5432
-
"
5432:5432
"
volumes
:
-
postgres-volume:/var/lib/postgresql/data
redis
:
image
:
redis:latest
ports
:
-
6379:6379
-
"
6379:6379
"
volumes
:
-
redis-volume:/var/lib/redis/data
...
...
@@ -20,8 +20,8 @@ services:
env_file
:
-
'
.env.sample'
ports
:
-
4567:4567
-
8080:8080
-
"
4567:4567
"
-
"
8080:8080
"
depends_on
:
-
redis
...
...
@@ -67,7 +67,7 @@ services:
-
slanger
-
seed_db
ports
:
-
3000:3000
-
"
3000:3000
"
volumes
:
-
.:/app
-
gems:/gems
...
...
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