Hi,
i took the docker image of openproject and installed it with the instructions from the "recommended usage" part at my freenas.
www.openproject.org
When I restart my docker virtual engine, every restart I lose my openproject settings and get a clean installed openproject.
The /var/lib directories are used from openproject, so the data i think is saved.
Whats wrong with my setup?
thank you
i took the docker image of openproject and installed it with the instructions from the "recommended usage" part at my freenas.

OpenProject on Docker all-in-one container
Open source project management software for classic, agile or hybrid project management: task management✓ Gantt charts✓ boards✓ team collaboration✓ time and cost reporting✓ FREE trial!
Code:
sudo mkdir -p /var/lib/openproject/{pgdata,static} docker run -d -p 8080:80 --name openproject -e SECRET_KEY_BASE=secret \ -v /var/lib/openproject/pgdata:/var/openproject/pgdata \ -v /var/lib/openproject/static:/var/openproject/assets \ openproject/community:latest
When I restart my docker virtual engine, every restart I lose my openproject settings and get a clean installed openproject.
The /var/lib directories are used from openproject, so the data i think is saved.
Whats wrong with my setup?
thank you