LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit 9361117f09063ffa42fddb901e8f03cec7f07807
parent 2ed2370219498d4a11ff62d942c81ab5d56cf91a
Author: Ahwx <ahwx@ahwx.org>
Date: Sat, 2 Sep 2023 22:33:48 +0200

fix(docker-compose.yml): Add "docs" for Watchtower

Diffstat:
Mdocker-compose.yml | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
@@ -21,7 +21,7 @@ services:
       - ./nginx_logs:/var/log/nginx
       - ./php_logs:/var/log/php7
     restart: unless-stopped
-  watchtower:
+  watchtower: # Watchtower is not required but highly recommended, since Watchtower will re-pull and restart the LibreY container automatically whenever there's an update.
     image: containrrr/watchtower
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock