From f6e5829e049b9eb2b4d1d50802aa99b5e17e3d54 Mon Sep 17 00:00:00 2001 From: bryce Date: Sat, 16 Nov 2024 03:15:20 +1300 Subject: [PATCH] Fix Whatchtower provision in yml --- BrickLog-Server/docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/BrickLog-Server/docker-compose.yml b/BrickLog-Server/docker-compose.yml index c85c453..e8714f1 100644 --- a/BrickLog-Server/docker-compose.yml +++ b/BrickLog-Server/docker-compose.yml @@ -11,11 +11,11 @@ services: extra_hosts: - "host.docker.internal:host-gateway" # Enables access to the host's MariaDB instance - watchtower: - image: v2tec/watchtower - container_name: watchtower - environment: - - WATCHTOWER_TRACE=true # Optional for debug output - volumes: - - /var/run/docker.sock:/var/run/docker.sock # This allows Watchtower to interact with Docker - restart: always # Ensures Watchtower restarts if it stops \ No newline at end of file +watchtower: + image: v2tec/watchtower + container_name: watchtower + environment: + - WATCHTOWER_TRACE=true # Optional for debug output + volumes: + - /var/run/docker.sock:/var/run/docker.sock # This allows Watchtower to interact with Docker + restart: always # Ensures Watchtower restarts if it stops \ No newline at end of file