-
Notifications
You must be signed in to change notification settings - Fork 10
Fix settings.docker.demo.php for Docker Compose v2, memcached #475
Conversation
e9b638c
to
53aa32e
Compare
but when I run
|
@janette can you check that GetDKAN/dkan@b926e2b is in your branch? That is merged, but I think it's only in 7.x-1.x and not 1.14 atm. It may be in 1.15 but I haven't checked. |
@kducharm that is not in the branch I am updating, also it does not have |
53aa32e
to
b66d0bf
Compare
@janette Can you try this updated branch, I left in fallbacks for docker-machine so it won't depend on that other DKAN commit |
b66d0bf
to
e8a3975
Compare
@kducharm if I add the config to settings.custom.php it works
was that implied in the "Memcached should be functioning" |
@janette You shouldn't have to add anything to make memcache work if this PR is working (locally)... those lines are in settings.docker.demo.php. I'm not sure how you were testing, but make sure that settings.docker.demo.php got copied to settings.docker.php. If you're using docker machine, |
@kducharm the output of
is that outside the scope of this ticket? |
Fixes settings.docker.demo.php for Docker Compose v2, memcached server settings
QA