From bd08bb3aadd475b28c207296147425215d648c2d Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:36:29 -0600 Subject: [PATCH] Remove TOWEROPS_API_URL from docker-compose example --- docker-compose.example.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 54291ae..689d630 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -5,9 +5,6 @@ services: restart: unless-stopped environment: - # Required: Your Towerops API URL - - TOWEROPS_API_URL=https://towerops.net - # Required: Agent authentication token (from Towerops web UI) # Get this from: Organization > Agents > Create New Agent - TOWEROPS_AGENT_TOKEN=your-agent-token-here