Skip to content
Snippets Groups Projects
Unverified Commit 003d17d3 authored by tomlawesome's avatar tomlawesome Committed by GitHub
Browse files

Update docker-compose.yml

parent 69011f25
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ services: ...@@ -57,7 +57,7 @@ services:
- DB_NAME=${dbName} - DB_NAME=${dbName}
- DB_USER=${dbUser} - DB_USER=${dbUser}
- DB_PASS=${dbPass} - DB_PASS=${dbPass}
- DB_HOST=db - DB_HOST=${dbHost}
- DB_PORT=5432 - DB_PORT=5432
- REDIS_HOST=redis - REDIS_HOST=redis
- REDIS_PORT=6379 - REDIS_PORT=6379
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment