Update docker-compose.yaml

This commit is contained in:
Gu1llaum-3 2023-05-17 07:46:35 +02:00
parent 76f96060e5
commit 88ee2e4083

View File

@ -1,10 +1,9 @@
version: '3.3'
services:
spotdlweb:
spotdl_web:
image: 'spotdl_web:latest'
container_name: spotdl_web
hostname: spotdl_web
ports:
- '80:3000'
container_name: spotdlweb
#volumes:
#- '/docker/containers/spotdl/musics:/app/downloads'
- '100:3000'
restart: unless-stopped
image: 'spotdlweb:latest'