Fix port
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@ node_modules/
|
||||
|
||||
uploads/
|
||||
assets/static/css/main.css
|
||||
.env
|
@@ -13,7 +13,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
expose:
|
||||
- ${PORT}
|
||||
- 5150
|
||||
db:
|
||||
image: postgres:latest
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user