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
I tried to install passwall-server on a fresh Debian 12. At step 2, when I write docker-compose up -d , it says:
docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because: services.passwall-server.depends_on contains an invalid type, it should be an array
So I am not able to install it.
Steps to reproduce the behavior:
docker pull passwall/passwall-server
mkdir $HOME/passwall-server
wget https://raw.githubusercontent.com/passwall/passwall-server/main/docker-compose.yml
The text was updated successfully, but these errors were encountered:
Hi, did you try docker compose up -d without the "-"? I think this is the modern way.
docker compose up -d
Sorry, something went wrong.
No branches or pull requests
I tried to install passwall-server on a fresh Debian 12.
At step 2, when I write
docker-compose up -d
, it says:So I am not able to install it.
Steps to reproduce the behavior:
docker pull passwall/passwall-server
mkdir $HOME/passwall-server
wget https://raw.githubusercontent.com/passwall/passwall-server/main/docker-compose.yml
The text was updated successfully, but these errors were encountered: