Hi guys!
@tangent many thanks for sharing the link I will read it as soon as possible.
To give you more details:
- I’m running on RouterOS 7.15.3
- I’m using an external USB formatted in EXT4
Mount:
/dev/sda on / type ext4 (rw,nodev,relatime)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=65536k,mode=755,uid=32768,gid=32768)
/dev/sda on /ssh type ext4 (rw,nosuid,nodev,noexec,relatime)
/dev/sda on /letsencrypt type ext4 (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,uid=32768,gid=32768)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,uid=32768,gid=32768)
what you mean “is Contanier store mount type or not…”?
Currently I workaround the issue by forking routeros-letsencrypt-docker repository and adding in the dockerfile
chown -R lego:lego /letsencrypt
, in this way everything is working
Cheers