givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.15k stars 1.64k forks source link

docker-compose error #344

Open punkyard opened 6 months ago

punkyard commented 6 months ago

Error response from daemon: invalid restart policy: unknown policy 'unlesse-stopped'; use one of 'no', 'always', 'on-failure', or 'unless-stopped'

givanz commented 6 months ago

I'm unable to reproduce this bug, I made some cleanup and removed some unused commands from Dockerfile https://github.com/givanz/VvvebJs/commit/5e84328b745884b66265e090503f5a135a2b4105 maybe it helps.

There is no restart policy set in docker-compose.yml the invalid policy is set somewhere else.

Can you share the docker version and commands used? maybe I can reproduce the issue.