Open maghoff opened 9 years ago
Hello. I have exactly same issue. Maybe you maghoff already sort it ? Thanks.
@maghoff you could use a volume. What you'd do is edit the dockerfile so that you've got a volume with the config corresponding to the config in the container. Pain in the ass, I know.
Hi :)
I'm having trouble running this with docker. I follow the instructions in your README, but Keystone fails to appear on http://localhost:8080/.
When I modify the docker-command so it doesn't include
-d
, I get an error message claiming invalid configuration:How do I supply config to the Keystone instance? It looks kind of hardcoded in keystone.js, no? https://github.com/mahnunchik/keystonejs-docker/blob/master/keystone.js#L14