Skip to content

Commit eba1307

Browse files
committed
Fix bug with bind mount mounting file instead of folder
1 parent 68f3feb commit eba1307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- NGINX_HOST=${DOMAIN:?Website domain required}
4040
volumes:
4141
- type: bind
42-
source: /etc/letsencrypt/live/${DOMAIN:?Website domain required}
42+
source: /etc/letsencrypt/live/${DOMAIN:?Website domain required}/
4343
target: /certificates/nginx/
4444
volumes:
4545
pgdata:

0 commit comments

Comments
 (0)