From 4aa58e8a1207da2a3fa972cb1824202bed7e5559 Mon Sep 17 00:00:00 2001 From: Abhilesh Dhawanjewar Date: Wed, 15 Sep 2021 09:03:07 -0500 Subject: [PATCH] Added Watchtower label to disable automatic updates --- wallabag/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wallabag/docker-compose.yml b/wallabag/docker-compose.yml index 5cf836e..200e48b 100644 --- a/wallabag/docker-compose.yml +++ b/wallabag/docker-compose.yml @@ -19,6 +19,9 @@ services: - SYMFONY__ENV__FROM_EMAIL= # Change this - SYMFONY__ENV__DOMAIN_NAME=https://wallabag.example.com # Change this - SYMFONY__ENV__SERVER_NAME="Your wallabag instance" + # If using watchtower, uncomment the line below to disable automatic updates + #labels: + # - "com.centurylinklabs.watchtower.enable=false" ports: - 8543:80 # Serving on port '8543', can change to a different port volumes: