Update docker-compose configuration to change app port mapping from 3000 to 3044
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m19s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m19s
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3044:3000"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=file:/data/db/dev.db
|
- DATABASE_URL=file:/data/db/dev.db
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user