• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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