typemill
typemill copied to clipboard
Docker setup: volume mapping for settings/users missing
Hi,
when I attempt to install via docker compose, I get this error when I visit the site:
Systemcheck The following requirements for the installation are missing::
/var/www/html/settings/users/ does not exist or is not writable.
The docker compose file provided via Docker Hub lacks a mapping to the settings/users directory:
volumes:
- ./typemill_data/settings/:/var/www/html/settings/
- ./typemill_data/media/:/var/www/html/media/
- ./typemill_data/data/:/var/www/html/data/
- ./typemill_data/cache/:/var/www/html/cache/
- ./typemill_data/plugins/:/var/www/html/plugins/
- ./typemill_data/content/:/var/www/html/content/
- ./typemill_data/themes/:/var/www/html/themes/
Adding the missing mapping fixes the error:
- './typemill_data/settings/users/:/var/www/html/settings/users/'
thank you and sorry for late feedback, I wasn't awailable last week. I will check it and add it to the next Hotfix!