docker-compose errors #1822
Replies: 4 comments 4 replies
-
I experience the same issue! even on a fresh server install i get docker-compose errors on Ubuntu server Ubuntu 22.04.4 LTS x86_64 |
Beta Was this translation helpful? Give feedback.
-
There may be new versions of Docker or Docker Compose... Try to roll back to previous versions.. With such versions, even on Ubuntu 20.04 they give the same error... Additional — https://forums.docker.com/t/docker-compose-up-fails-after-yesterday-update-possible-regression-in-2-25-0-1/140430 |
Beta Was this translation helpful? Give feedback.
-
I'm also getting this error whenever I make a new Wordpress site. All DNS points correctly and SSL also works but when its time for Docker, it gives out this error Starting site's services. And when I check the EE Logs, it says: COMMAND: docker-compose -f docker-compose.yml up -d nginx STDERR: testsitecom_php_1 is up-to-date Recreating testsitecom_nginx_1 ... [33272] Failed to execute script docker-compose [15-04-2024 14:48:09] ee.DEBUG: RETURN CODE: 255 Is there any solution to this? I don't want to downgrade my Docker as it I am afraid that it may affect my server configuration. |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error too. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, anyone facing docker-compose issues lately?
This is my error from ee.log:
Failed to execute script docker-compose ERROR: for 0b2ffadff097_sitecom_nginx_1 'ContainerConfig' ERROR: for nginx 'ContainerConfig' Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/p
arallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 581, in execute_convergence_plan File
"compose/service.py", line 503, in _execute_convergence_recreate File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 496, in recreate File "compose/service.py", line 615, in recreate_container File "compose/ser
vice.py", line 334, in create_container File "compose/service.py", line 922, in _get_container_create_options File "compose/service.py", line 962, in
_build_container_volume_options File "compose/service.py", line 1549, in merge_volume_bindings File "compose/service.py", line 1579, in get_container_data_volumes KeyError: 'ContainerConfig'
ee cli info
OS | Linux 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64
Shell | /bin/bash
PHP binary | /usr/bin/php8.0
PHP version | 8.0.30
php.ini used | /etc/php/8.0/cli/php.ini
EE root dir | phar://ee.phar
EE vendor dir | phar://ee.phar/vendor
EE phar path | /root
EE packages dir |
EE global config | /opt/easyengine/config/config.yml
EE project config |
EE version | 4.6.6
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
docker version
Client: Docker Engine - Community
Version: 26.0.0
API version: 1.45
Go version: go1.21.8
Git commit: 2ae903e
Built: Wed Mar 20 15:17:48 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 26.0.0
API version: 1.45 (minimum version 1.24)
Go version: go1.21.8
Git commit: 8b79278
Built: Wed Mar 20 15:17:48 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.28
GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
docker-compose version
docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
Beta Was this translation helpful? Give feedback.
All reactions