diff options
Diffstat (limited to 'terminaldweller.com/gemini/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/gemini/docker-compose.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/terminaldweller.com/gemini/docker-compose.yaml b/terminaldweller.com/gemini/docker-compose.yaml index 6a3c7aa..42a8a88 100644 --- a/terminaldweller.com/gemini/docker-compose.yaml +++ b/terminaldweller.com/gemini/docker-compose.yaml @@ -16,5 +16,11 @@ services: - CHOWN - SETGID - SETUID + volumes: + # we have to use the same cert because of TOFU + - certs:/.certificates/ + - ./index.gmi:/srv/index.gmi:ro networks: agatenet: +volumes: + certs: |