Bug Description
When I install the tandoor setup and then restart the container it looses it's data
Also I note a probable type in the docker-compose.yml
line 61 - ./${SERVICE}-data/staticfiles:/opt/recipes/statisfiles
I believe it should be
./${SERVICE}-data/staticfiles:/opt/recipes/staticfiles
However fixing this doesn't fix the issue
Expected Behavior
When the docker containers are restarted the data persists
Actual Behavior
Tandoor goes back into first setup mode
Screenshots
No response
Operating System
Linux
Tailscale Version
1.96.5
Docker Version
29.4.1
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response
Bug Description
When I install the tandoor setup and then restart the container it looses it's data
Also I note a probable type in the docker-compose.yml
line 61 - ./${SERVICE}-data/staticfiles:/opt/recipes/statisfiles
I believe it should be
./${SERVICE}-data/staticfiles:/opt/recipes/staticfiles
However fixing this doesn't fix the issue
Expected Behavior
When the docker containers are restarted the data persists
Actual Behavior
Tandoor goes back into first setup mode
Screenshots
No response
Operating System
Linux
Tailscale Version
1.96.5
Docker Version
29.4.1
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response