Files
chopin-frontend/docker-compose.yml
2025-10-04 19:07:47 +02:00

15 lines
235 B
YAML

version: "3.9"
services:
subsonics-frontend:
build:
context: .
dockerfile: Dockerfile
container_name: subsonics-frontend
ports:
- "4001:4001"
restart: unless-stopped
volumes:
subsonics-frontend: