Replies: 1 comment
-
Hi, great questions. All of the file paths used by the application are defined in config.php. Persisting these to a docker volume will get you most of the way there. Note that the individual files defined here, not just Hope this gets you started in the right directions, and please do share your results! We can look at adding steps in the official docs to assist other users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your work and providing a containerized version of RaspAP. 👍 It's a good solution to use containerized RaspAP, if you have other services running beside it on your host device.
Now to my current problem:
I can successfully set some settings through the environment variables in the docker-compose.yml like RASPAP_SSID, WEBGUI_PORT, etc.
That's good and is working, but if I change any settings (e.g. Wireless Mode) or add for example an opnvpn config-file through the webui, it doesn't persist container restarts.
The correct solution for this problem seems to be a docker volume as mentioned in another discussion here.
So my questions are:
Beta Was this translation helpful? Give feedback.
All reactions