-
Hi community, I'm receiving the following error while installing mediacms:
I can see the 2 offending lines in the yaml file, but I'm not sure what to change them into.
Running Docker 19.03.8 on Ubuntu 20.04 in VirtualBox 6.1.18 r142142 on a Mac 11.2.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What version of Docker Compose you use? You might need to update to a newer one, eg 1.27.4 since the documentation suggests that this version was used (https://github.com/mediacms-io/mediacms/blob/main/docs/Docker_deployment.md) This should fix the first line ( |
Beta Was this translation helpful? Give feedback.
What version of Docker Compose you use? You might need to update to a newer one, eg 1.27.4 since the documentation suggests that this version was used (https://github.com/mediacms-io/mediacms/blob/main/docs/Docker_deployment.md)
This should fix the first line (
services.web.build contains unsupported option: 'target'
) - docker/compose#5714