November 11, 20205 yr How do I display the :z, :Z, :ro,Z flag in the container template? That's in my compose settings. mysql-mailcow: image: mariadb:10.4 depends_on: - unbound-mailcow stop_grace_period: 45s volumes: - mysql-vol-1:/var/lib/mysql/:Z - mysql-socket-vol-1:/var/run/mysqld/:z - ./data/conf/mysql/:/etc/mysql/conf.d/:ro,Z Edited November 11, 20205 yr by muwahhid
November 11, 20205 yr Set the template up as normal. After it's all done, edit the file /config/plugins/dockerMan/templates-user/my-mailcow.xml on the flash drive and at the bottom will be a section of all the <Config entries Find the appropriate line and edit it to reflect the "z" or "Z" flag in the mode <Config ... Mode="rw,z" ..
November 11, 20205 yr Author 3 hours ago, Squid said: Set the template up as normal. After it's all done, edit the file /config/plugins/dockerMan/templates-user/my-mailcow.xml on the flash drive and at the bottom will be a section of all the <Config entries Find the appropriate line and edit it to reflect the "z" or "Z" flag in the mode <Config ... Mode="rw,z" .. thank you
Archived
This topic is now archived and is closed to further replies.