• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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