Correctly expose ports to host
This commit is contained in:
parent
856079c118
commit
c3e0bdd8a2
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- db
|
- db
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:8000:8000
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.0
|
image: redis:6.0
|
||||||
|
|
Loading…
Reference in a new issue