From ee30d42cf1da37bbd0c4d1f4a3ff7da78f3946a6 Mon Sep 17 00:00:00 2001 From: Nitrousoxide Date: Fri, 7 Nov 2025 14:07:22 -0500 Subject: [PATCH] change and --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 091b8d5d..df80b407 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: image: redis container_name: archivist-redis restart: unless-stopped -# expose: #uncomment this and below line to expose the redis database directly to the network instead of using a docker network +# expose: #uncomment this & below line to expose the redis database directly to the network instead of using a docker network # - "6379" volumes: - redis:/data @@ -57,7 +57,7 @@ services: hard: -1 volumes: - es:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme -# expose: #uncomment this and below line to expose archiveist-es directly to the network instead of using a docker network +# expose: #uncomment this & below line to expose archiveist-es directly to the network instead of using a docker network # - "9200" networks: - tube_archivist_backend