okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 91 forks source link

Run db init as unprivileged ckan user #47

Closed adborden closed 4 years ago

adborden commented 4 years ago

Make sure that any directory initialization is done with the ckan user so on startup, ckan can write to these directories.

https://github.com/okfn/docker-ckan/issues/45

adborden commented 4 years ago

https://github.com/okfn/docker-ckan/pull/46 works for me.