plane
plane copied to clipboard
[bug]: Installation does not work because of "unknown shorthand flag: 'f' in -f"
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
When I run the setup.sh script and select 1), an error is displayed immediately.
The following error is displayed: unknown shorthand flag: 'f' in -f
Here is another screenshot:
The whole thing happens on a root server from Hetzner with an Intel Core i7-6700 @ 3.40GHz x8, 64 GB RAM and 512 GB SSD
Steps to reproduce
- start the script.sh, if Plane is not yet installed.
- enter 1 as the action
- the error occurs
Environment
Production
Browser
Google Chrome
Version
Self-hosted
Hi @L4ma, it seems the issue might be related to your Docker setup. Could you please try using docker compose up
and see if that resolves the problem? If it's still not working, I recommend reinstalling Docker and checking again.
Hello all, Same problem to install plane on a synology with container manager. Version of docker compose is :Docker Compose version v2.9.0-6413-g38f6acd
Thanks for your help Djo
Here on Ubuntu this helped:
apt-get install docker-compose-v2
Now docker compose command is available:
docker compose version Docker Compose version 2.20.2+ds1-0ubuntu1~22.04.1
Before, I only had docker-compose standalone command installed:
docker-compose version
docker-compose version 1.29.2, build unknown
docker-py version: 5.0.3
CPython version: 3.10.12
OpenSSL version: OpenSSL 3.0.2 15 Mar 202