Skip to content

Commit e54c6d9

Browse files
committed
fix typo
1 parent d4195b5 commit e54c6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-mailserver/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ services:
3333
target: /etc/letsencrypt/live/cups-g11.aosus.org/fullchain.pem
3434
volume:
3535
nocopy: true
36-
subpath: /certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.crt
36+
subpath: caddy/certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.crt
3737
- type: volume
3838
source: caddy_data
3939
target: /etc/letsencrypt/live/cups-g11.aosus.org/privkey.pem
4040
volume:
4141
nocopy: true
42-
subpath: /certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.key
42+
subpath: caddy/certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.key
4343
restart: always
4444
stop_grace_period: 1m
4545
cap_add:

0 commit comments

Comments
 (0)