From c9aa0fe616b3888bde984c2f7655f4475b0f5093 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Sun, 8 Dec 2024 12:56:26 -0500 Subject: [PATCH 1/2] removed errant character --- golinks/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golinks/.env.example b/golinks/.env.example index 4cfb5c6..287d39a 100644 --- a/golinks/.env.example +++ b/golinks/.env.example @@ -1 +1 @@ -TAILSCALE_AUTHKEY=W \ No newline at end of file +TAILSCALE_AUTHKEY= \ No newline at end of file From 047e745ac834ab96684e32d8cafe151308823e45 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 11 Dec 2024 08:44:14 -0500 Subject: [PATCH 2/2] removed cloudflare network and specified the volume was created external to the docker compose command --- uptime-kuma/docker-compose.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 8042ea4..08ae47f 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -6,14 +6,9 @@ services: - uptime-kuma:/app/data ports: - 6001:3001 - networks: - - cloudflare_default restart: unless-stopped volumes: uptime-kuma: name: uptime-kuma - -networks: - cloudflare_default: - external: true \ No newline at end of file + external: true