diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-17 08:01:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-17 08:01:01 +0000 |
commit | 31daa0e705af8bf4db8bfbf0984b32b293b8f97f (patch) | |
tree | 6e9f088eb1e5b68b945a733808c98c09670f90cb /terminaldweller.com/gemini/docker-compose.yaml | |
parent | update (diff) | |
download | scripts-31daa0e705af8bf4db8bfbf0984b32b293b8f97f.tar.gz scripts-31daa0e705af8bf4db8bfbf0984b32b293b8f97f.zip |
updates
Diffstat (limited to 'terminaldweller.com/gemini/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/gemini/docker-compose.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/terminaldweller.com/gemini/docker-compose.yaml b/terminaldweller.com/gemini/docker-compose.yaml index 42a8a88..befa3cd 100644 --- a/terminaldweller.com/gemini/docker-compose.yaml +++ b/terminaldweller.com/gemini/docker-compose.yaml @@ -17,9 +17,8 @@ services: - SETGID - SETUID volumes: - # we have to use the same cert because of TOFU - - certs:/.certificates/ - - ./index.gmi:/srv/index.gmi:ro + - certs:/.certificates/:ro + - ./srv:/srv:ro networks: agatenet: volumes: |