tryton-vanmeer / titanium-server-config

IaC for Personal Server
0 stars 0 forks source link

Move Container Directories to Sub-Directories #30

Closed tryton-vanmeer closed 1 year ago

tryton-vanmeer commented 1 year ago

Instead of mounting container volumes at /storage/containers/<name>, use sub-directories below to prevent thrashing of directory permissions between Ansible and the container chown'ing.

In order to prevent having to create these sub-directories, use the DirectoryOrCreate type for the hostPath volumes.