-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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 Error #288
Comments
The linux version does not have this setting. |
Does |
In my case, the
|
Thanks, man! I solved my issue with it. |
Had the same problem, it looks like Dockstation is not compatible with Since I'm using manjaro, I just downloaded the latest, useful docker-compose from the repo and then installed it with makepkg This little script would probably be useful to somebody else. mkdir docker-compose
curl -SL https://raw.githubusercontent.com/archlinux/svntogit-community/c8543ecac697a474a2c4bab17b6b89eb56f9a4aa/docker-compose/repos/community-any/PKGBUILD -o ./docker-compose/PKGBUILD
cd docker-compose
makepkg -s
makepkg -i Maybe we need a docker-compose-v1 on the AUR to make this easier. |
You need on x86-64 linux host people with network problem with
|
When will v1.6.0 be released? |
@rikp777 Hi! There are already release candidates, now we are testing and I fix bugs if there are any. |
Is this being maintained at least? |
Is there still a plan for this to be working in an upcoming version? Just installed the most recent version from the website on my Linux server box and there still doesn't appear to be support Docker Compose v2. |
Crickets :/ Please let us know if this application is expected to be maintained, as I am interested in deploying this to help my team. There really aren't any good alternatives, so I hope you do continue. |
Hello there! By the way, I really appreciate Dockstation, man... congratulations and thank you! |
If you have a Docker Compose error, disable Docker Compose v2 in the Docker settings.
The text was updated successfully, but these errors were encountered: