From 047e745ac834ab96684e32d8cafe151308823e45 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 11 Dec 2024 08:44:14 -0500 Subject: [PATCH] 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