We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95037cc commit cd378ecCopy full SHA for cd378ec
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
context: .
5
dockerfile: Dockerfile
6
ports:
7
- - "3000:3000"
+ - "80:3000"
8
environment:
9
DATABASE_URL: postgresql://postgres:letmein@db:5432/postgres?schema=public
10
depends_on:
0 commit comments