diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-05 14:28:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-05 14:28:05 +0000 |
commit | 0d1f5ea194a2e9542784d50ad72f588d0f30fe98 (patch) | |
tree | 1db87f1358678a1295e57d5d72741d726cb02b07 /terminaldweller.com/gemini/docker-compose.yaml | |
parent | update (diff) | |
download | scripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.tar.gz scripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.zip |
update
Diffstat (limited to '')
-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: |