diff --git a/apps/dokploy/templates/frappe-hr/docker-compose.yml b/apps/dokploy/templates/frappe-hr/docker-compose.yml index 29ba0069..f4d13b5f 100644 --- a/apps/dokploy/templates/frappe-hr/docker-compose.yml +++ b/apps/dokploy/templates/frappe-hr/docker-compose.yml @@ -343,6 +343,10 @@ volumes: redis-queue-data: redis-socketio-data: sites: + driver_opts: + type: "${SITE_VOLUME_TYPE}" + o: "${SITE_VOLUME_OPTS}" + device: "${SITE_VOLUME_DEV}" networks: bench-network: \ No newline at end of file