Update docker-compose.yml

removed version as not recommended anymore and changed indentation from tabs to spaces
This commit is contained in:
Wobak
2025-09-22 20:10:17 +02:00
committed by GitHub
parent b4d1feb3a9
commit da7dcf67fe

View File

@@ -1,8 +1,7 @@
version: '3.3'
services: services:
iSponsorBlockTV: iSponsorBlockTV:
image: ghcr.io/dmunozv04/isponsorblocktv image: ghcr.io/dmunozv04/isponsorblocktv
container_name: iSponsorBlockTV container_name: iSponsorBlockTV
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /PATH_TO_YOUR_DATA_DIR:/app/data - /PATH_TO_YOUR_DATA_DIR:/app/data