You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no programing experience but im trying to install Muse through Docker and ive had tons off problems with docker but know it works. The thing is: I try to run this command:
docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' ghcr.io/museofficial/muse:latest
i get the next message:
docker: error response from daemon: create $(pwd)/data: "$(pwd)/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
And inside docker when i try to run the thing i get the next message: Missing environment variable for DISCORD_TOKEN
I really dont have the brains to figure this out,
The text was updated successfully, but these errors were encountered:
I have no programing experience but im trying to install Muse through Docker and ive had tons off problems with docker but know it works. The thing is: I try to run this command:$(pwd)/data: "$ (pwd)/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' ghcr.io/museofficial/muse:latest
i get the next message:
docker: error response from daemon: create
See 'docker run --help'.
And inside docker when i try to run the thing i get the next message: Missing environment variable for DISCORD_TOKEN
I really dont have the brains to figure this out,
The text was updated successfully, but these errors were encountered: