Skip to content

Commit a027a8d

Browse files
committed
Fix bug with read only
1 parent d715dac commit a027a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ services:
4040
- NGINX_HOST=${DOMAIN:?Website domain required}
4141
volumes:
4242
- type: bind
43-
source: /etc/letsencrypt/:ro
43+
source: /etc/letsencrypt/
4444
target: /etc/letsencrypt/
45+
read_only: true
4546
volumes:
4647
pgdata:
4748
images:

0 commit comments

Comments
 (0)