Version 1.3.0-rc7 - Modif

This commit is contained in:
2025-10-04 19:07:47 +02:00
parent 893e6ea556
commit 497eeb5081
2 changed files with 6 additions and 5 deletions

View File

@@ -3,13 +3,11 @@ version: "3.9"
services:
subsonics-frontend:
build:
context: . # dossier contenant ton Dockerfile et ton code
context: .
dockerfile: Dockerfile
container_name: subsonics-frontend
ports:
- "4001:4001"
volumes:
- subsonics-frontend:/app/dist
restart: unless-stopped
volumes: