We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af3e4 commit cf0e124Copy full SHA for cf0e124
docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
ports:
29
- 3000:3000
30
environment:
31
- - DATABASE_URL=postgres://postgres:postgres@rallly_db:5450/rallly
+ - DATABASE_URL=postgres://postgres:postgres@rallly_db/rallly
32
env_file:
33
- .env
34
0 commit comments