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

This commit is contained in:
Julien Froidefond
2026-02-20 09:37:43 +01:00
parent 321a99924d
commit 5af9b0c9d1

View File

@@ -2,7 +2,7 @@ services:
app:
build: .
ports:
- "3000:3000"
- "3044:3000"
environment:
- DATABASE_URL=file:/data/db/dev.db
volumes: