EasyEngine / site-type-wp

Adds 'wp' site type to EasyEngine
12 stars 14 forks source link

"error in docker-compose up" when creating a --wp --letsencrypt site #221

Closed nelscon538 closed 6 months ago

nelscon538 commented 7 months ago

Hi, i keep getting this error when making a website with --wp --letsencrypt

Apologies if this post lacks more info. Please advise.

OS: Ubuntu 22.04.4 LTS x86_64

Kind regards

afbeelding Unssssstitled-1

dlackty commented 7 months ago

This is due to docker-compose v1 compatibility issue. You can downgrade docker-ce to 5:25.0.5-1 as a workaround.

pagaling commented 7 months ago

downgrade docker-ce to 5:25.0.5-1

Not very familiar with Docker. Can you help with steps or link on how to downgrade? Thanks

olefm-dev commented 6 months ago

Hi! Experiencing the same issue - and I'm aware that a downgrade of Docker is a current workaround. Is there however an ETA on when this will be solved? Thanks in advance <3

L0RD-ZER0 commented 6 months ago

Support for Docker Compose v2 has been added in latest releases of EasyEngine. You can check out further details for the release at our Release v4.7.0 Blogpost. This issue is resolved in this update.

Please update EasyEngine to the latest version using ee cli update command. In order for a fresh installation instead, consider using the command wget -qO ee rt.cx/ee4 && sudo bash ee to use the automated installation script to install the latest version of EasyEngine.