Also bind mount ccnet dir

This commit is contained in:
Josué Tille 2024-06-02 20:56:48 +02:00
parent c108375dba
commit 53de16e37b
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -8,6 +8,7 @@ systemd_seafile_bind_mount="$data_dir/seafile-data:/opt/seafile/seafile-data "
systemd_seafile_bind_mount+="$data_dir/seahub-data:/opt/seafile/seahub-data "
systemd_seafile_bind_mount+="/var/log/$app:/opt/seafile/logs "
systemd_seafile_bind_mount+="$install_dir/conf:/opt/seafile/conf "
systemd_seafile_bind_mount+="$install_dir/ccnet:/opt/seafile/ccnet "
systemd_seafile_bind_mount+="/proc "
systemd_seafile_bind_mount+="/dev"