-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Description
I created a few docker-compose.override.yml files inside my site root folders to override a few options from the original docker-compose.yml
After the upgrade from ee 4.1.3 to 4.3.1 all those docker-compose.override.yml files for the sites are not working anymore.
Normally i would run ee site disable <site> && ee site enable <site> to refresh the site and get the changes from the .override files.
If I run docker-compose down && docker-compose up -d they are still working fine.
I also have a docker-compose.override.yml file for the global-services and this is still working.
System Information
- [ x ] ee cli info
- [ x ] lsb_release -a
- [ x ] docker version
- [ x ] docker-compose version
ee cli info
| OS | Linux 5.8.0-1039-gcp #41-Ubuntu SMP Mon Aug 9 05:08:28 UTC 2021 x86_64 |
| Shell | /bin/bash |
| PHP binary | /usr/bin/php7.3 |
| PHP version | 7.3.29-1+ubuntu20.04.1+deb.sury.org+1 |
| php.ini used | /etc/php/7.3/cli/php.ini |
| EE root dir | phar://ee.phar |
| EE vendor dir | phar://ee.phar/vendor |
| EE phar path | /home/raphi |
| EE packages dir | |
| EE global config | /opt/easyengine/config/config.yml |
| EE project config | |
| EE version | 4.3.1 |
+-------------------+------------------------------------------------------------------------+
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
docker version
Client: Docker Engine - Community
Version: 20.10.8
API version: 1.41
Go version: go1.16.6
Git commit: 3967b7d
Built: Fri Jul 30 19:54:27 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.8
API version: 1.41 (minimum version 1.12)
Go version: go1.16.6
Git commit: 75249d8
Built: Fri Jul 30 19:52:33 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.9
GitCommit: e25210fe30a0a703442421b0f60afac609f950a3
runc:
Version: 1.0.1
GitCommit: v1.0.1-0-g4144b63
docker-init:
Version: 0.19.0
GitCommit: de40ad0
docker-compose version
docker-compose version 1.27.4, build 40524192
docker-py version: 4.3.1
CPython version: 3.7.7
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
Metadata
Metadata
Assignees
Labels
No labels