-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
I added the new plane-deploy package to my docker-compose file, but when I try to pull it, I get the following error:
Error response from daemon: manifest for makeplane/plane-deploy:latest not found: manifest unknown: manifest unknown
This is the part within my compose file:
plane-deploy:
image: makeplane/plane-deploy
container_name: planedeploy
restart: always
command: /usr/local/bin/start.sh space/server.js space
env_file:
- .env
environment:
NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_API_BASE_URL}
depends_on:
- plane-api
- plane-worker
- plane-webSteps to reproduce
- Add deploy to compose file
- Start
Browser
Google Chrome
Version
Self-hosted
Reactions are currently unavailable