• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Docker environmental variable

andyxyz

Basic Pleskian
Can anyone else confirm this is a bug.

I have successfully configured docker / varnish with ssl for wordpress and magento 2. However, every time I try to edit CACHE_SIZE for million12/varnish docker will refuse to start and I need to remove and re-add the image.

2017-08-17_2139

can someone else confirm this?

I have replicated this on a number of servers at this end
 
Hi andyxyz,

I reproduced this and found what is wrong. As a temporary workaround, you need to rewrite a Dockerfile and use environment variables without the '=' (equal) sign. Thank you for the information.
 
Fixed!

1.4.3 (1 November 2019)
[...]
[-] Entering the equals sign (=) as a part of an environment variable in the Docker extension no longer results in an error. (EXTDOCKER-84)
 
Back
Top