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:
|
||||
- redis
|
||||
- db
|
||||
ports:
|
||||
- 127.0.0.1:8000:8000
|
||||
|
||||
redis:
|
||||
image: redis:6.0
|
||||
|
|
Loading…
Reference in a new issue