DOCKER / Revert to old

This commit is contained in:
2025-10-04 19:10:25 +02:00
parent 497eeb5081
commit 39bbad8f33
2 changed files with 10 additions and 24 deletions

View File

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