mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:27 +01:00
correctly escape $ in sed regexp
parent
21a842d146
commit
e2a96104aa
@ -69,7 +69,7 @@ services:
|
|||||||
hostname: <fully-qualified-hostname-as-used-in-certificate>
|
hostname: <fully-qualified-hostname-as-used-in-certificate>
|
||||||
# Delivery to Dovecot will NOT work, if above name starts with mail e.g. "mail.example.org"!
|
# Delivery to Dovecot will NOT work, if above name starts with mail e.g. "mail.example.org"!
|
||||||
# You need to uncomment the following entrypoint line, to fix this:
|
# You need to uncomment the following entrypoint line, to fix this:
|
||||||
#entrypoint: ["sh", "-c", "sed 's/ mail$//g' /etc/hosts > /tmp/hosts; cat /tmp/hosts > /etc/hosts; exec /usr/sbin/postfix -c /etc/postfix start-fg"]
|
#entrypoint: ["sh", "-c", "sed 's/ mail$$//g' /etc/hosts > /tmp/hosts; cat /tmp/hosts > /etc/hosts; exec /usr/sbin/postfix -c /etc/postfix start-fg"]
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/letsencrypt:/etc/letsencrypt
|
- /etc/letsencrypt:/etc/letsencrypt
|
||||||
- /etc/letsencrypt/live/egw.example.org/privkey.pem:/etc/postfix/certificate.key
|
- /etc/letsencrypt/live/egw.example.org/privkey.pem:/etc/postfix/certificate.key
|
||||||
|
Loading…
Reference in New Issue
Block a user