Correctly expose ports to host

This commit is contained in:
Jake Howard 2022-07-29 09:01:43 +01:00
parent 856079c118
commit c3e0bdd8a2
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ services:
depends_on:
- redis
- db
ports:
- 127.0.0.1:8000:8000
redis:
image: redis:6.0