Version 1.3.0-rc3 - Modif Docker

This commit is contained in:
2025-10-04 18:49:15 +02:00
parent 2e2be9ecf2
commit 4e34190e63
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
container_name: subsonics-frontend
ports:
- "4001:8080" # mappe le port 8080 du conteneur au port 4001 de l'hôte
- "4001:4001"
volumes:
- subsonics-frontend:/app/dist
restart: unless-stopped