AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
891 stars 117 forks source link

add COMPOSE_PATH_SEPARATOR in .env.example to fix incorrect directory… #60

Closed eduardosmaniotto closed 3 months ago

eduardosmaniotto commented 3 months ago

This will fix the error: CreateFile C:\server\nas\docker-compose.yml:adguardhome\docker-compose.yml: The filename, directory name, or volume label syntax is incorrect. when running docker compose up -d

AdrienPoupa commented 3 months ago

I had removed it assuming it was not needed, but I'm running the stack on Linux. I guess it is needed for Windows then, I don't mind adding it back. Thanks!