passwall-server
passwall-server copied to clipboard
Problem during installation
I tried to install passwall-server on a fresh Debian 12.
At step 2, when I write docker-compose up -d , it says:
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:
- as root, do
docker pull passwall/passwall-server - as normal user:
mkdir $HOME/passwall-server -
wget https://raw.githubusercontent.com/passwall/passwall-server/main/docker-compose.yml - docker-compose up -d
Hi, did you try docker compose up -d without the "-"? I think this is the modern way.