From 6d8795a8510e32fc77c8bdc3b091d0426b5351f8 Mon Sep 17 00:00:00 2001 From: bryce Date: Sat, 16 Nov 2024 18:25:48 +1300 Subject: [PATCH] fix docker-compose.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 e8714f1..e45a044 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