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
docker-compose.yml file here in Github results in:
➜ docker compose up [+] Running 1/1 ✘ wg-portal Error manifest for wgportal/wg-portal:v2 not found: manifest unknown: manifest unknown 2.7s Error response from daemon: manifest for wgportal/wg-portal:v2 not found: manifest unknown: manifest unknown
The text was updated successfully, but these errors were encountered:
Removing :v2 from the manifest fixed the issue for me. You can also try replacing :v2 with :latest
:v2
:latest
Sorry, something went wrong.
No branches or pull requests
docker-compose.yml file here in Github results in:
The text was updated successfully, but these errors were encountered: