Skip to content

Commit cf0e124

Browse files
dahlolukevella
andauthored
🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132)
Co-authored-by: Luke Vella <[email protected]>
1 parent b1af3e4 commit cf0e124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
ports:
2929
- 3000:3000
3030
environment:
31-
- DATABASE_URL=postgres://postgres:postgres@rallly_db:5450/rallly
31+
- DATABASE_URL=postgres://postgres:postgres@rallly_db/rallly
3232
env_file:
3333
- .env
3434

0 commit comments

Comments
 (0)