File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ buildah add "${container}" ui/dist /ui
3838buildah config --entrypoint=/ \
3939 --label=" org.nethserver.max-per-node=1" \
4040 --label=" org.nethserver.min-core=3.6.0-0" \
41+ --label=" org.nethserver.volumes=dovecot-data" \
4142 --label=" org.nethserver.images=$( printf " ${repobase} /mail-%s:${IMAGETAG:- latest} " \
4243 dovecot \
4344 postfix \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ExecStart=/usr/bin/podman run \
2323 --env-file =discovery.env \
2424 --env-file =dovecot.env \
2525 --volume =/dev/log:/dev/log \
26- --volume =dovecot-data:/var/lib/vmail:z \
26+ --volume =dovecot-data:/var/lib/vmail \
2727 --volume =./tls-certs:/etc/ssl/dovecot:z \
2828 --volume =dovecot-dict:/var/lib/dovecot/dict:z \
2929 --volume =dovecot-lmtp:/var/lib/umail:z \
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Description=Get TLS certificate from Traefik
33
44[Service]
55Type =oneshot
6+ SuccessExitStatus =0,3
67EnvironmentFile =%S/state/environment
78WorkingDirectory =%S/state
89SyslogIdentifier =%N
You can’t perform that action at this time.
0 commit comments