mirror of
https://github.com/arthur-pbty/syncfilm.git
synced 2026-06-03 15:07:40 +02:00
Modifier le mappage des ports dans docker-compose.yml pour utiliser le port 3001
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "${PORT:-3000}:${PORT:-3000}" # Map the container port to the host port
|
||||
- "3001:${PORT:-3000}" # Map the container port to the host port
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=${NODE_ENV:-production}
|
||||
|
||||
Reference in New Issue
Block a user