diff --git a/src/mailsrv/Containerfile b/src/mailsrv/Containerfile index 7a97424..6ed718e 100644 --- a/src/mailsrv/Containerfile +++ b/src/mailsrv/Containerfile @@ -10,9 +10,9 @@ LABEL deployopts="\ -p 587:587 \ -p 143:143 \ -p 993:993 \ --v /srv/volumes/mailsrv/db:/vol/db \ --v /srv/volumes/mailsrv/mail:/vol/mail \ --v /srv/volumes/mailsrv/ssl:/vol/ssl:ro" +-v /srv/vol/mailsrv/db:/vol/db \ +-v /srv/vol/mailsrv/mail:/vol/mail \ +-v /srv/vol/mailsrv/ssl:/vol/ssl:ro" # Build Variables # uid that the files owner user should have @@ -70,4 +70,4 @@ RUN ln -s /vol/mail /var/mail/virtual RUN mkdir -p /vol/db # set /vol/db as working directory -WORKDIR /vol/db \ No newline at end of file +WORKDIR /vol/db