We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the compose.yaml
volumes: # mount .env from the same directory or use environment variables - .env:/opt/lavamusic/.env
Compose assumes .env is a directory because it is not an absolute path.
${PWD}/.env:/opt/lavamusic/.env may be better.
${PWD}/.env:/opt/lavamusic/.env
Create .env file Run docker compose up See error
docker compose up
Ubuntu 22.04.5 LTS
23.3.0
18.0.2.1
c13d88d
No response
The text was updated successfully, but these errors were encountered:
appujet
No branches or pull requests
Bug description
In the compose.yaml
Compose assumes .env is a directory because it is not an absolute path.
${PWD}/.env:/opt/lavamusic/.env
may be better.Steps to reproduce
Create .env file
Run
docker compose up
See error
Operating System
Ubuntu 22.04.5 LTS
Node.js version
23.3.0
java version
18.0.2.1
Application/Library version
c13d88d
Error logs or screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: