diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index ac05a0f..1c70974 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: restart: unless-stopped ports: - "9000:9000" - cap_drop: - - ALL + volumes: + - /etc/letsencrypt/archive/blog.terminaldweller.com/:/certs/ networks: webnet: |