mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Better README and docker-compose port error solved
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ services:
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3100:3000" # app is running on 3000 so we run this at 3100
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DATABASE_URL=postgresql://opencut:opencutthegoat@db:5432/opencut
|
||||
|
||||
Reference in New Issue
Block a user