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:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3044:3000"
|
||||
environment:
|
||||
- DATABASE_URL=file:/data/db/dev.db
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user