Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 20, 2024
1 parent d4195b5 commit 7c44e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-mailserver/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ services:
target: /etc/letsencrypt/live/cups-g11.aosus.org/fullchain.pem
volume:
nocopy: true
subpath: /certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.crt
subpath: certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.crt
- type: volume
source: caddy_data
target: /etc/letsencrypt/live/cups-g11.aosus.org/privkey.pem
volume:
nocopy: true
subpath: /certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.key
subpath: certificates/acme-v02.api.letsencrypt.org-directory/cups-g11.aosus.org/cups-g11.aosus.org.key
restart: always
stop_grace_period: 1m
cap_add:
Expand Down

0 comments on commit 7c44e9c

Please sign in to comment.