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