Use non-standard host ports to avoid conflicts on powermac
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ services:
|
||||
dockerfile: Dockerfile.api
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "18000:8000"
|
||||
volumes:
|
||||
- ./backend:/app:z
|
||||
- ./data/videos:/data/videos:z
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
working_dir: /app
|
||||
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "15173:5173"
|
||||
volumes:
|
||||
- ./frontend:/app:z
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user