Deploy script adds disallowed property name to network in docker-stack.yml #1822
-
When running the deploy.sh script
The following gets added to the docker-stack.yml by
This goes for docker-compose file version 3.3 and 3.6. If I remove the Ubuntu 20.04 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I also have the same issue. Using:
Simple fix was to move the version up to 3.6 in the |
Beta Was this translation helpful? Give feedback.
I also have the same issue.
Using:
Simple fix was to move the version up to 3.6 in the
docker-compose.yml
and that then enabled it to spin up the stack.