removed cloudflare network and specified the volume was created external to the docker compose command

This commit is contained in:
Peter Wood
2024-12-11 08:44:14 -05:00
parent c9aa0fe616
commit 047e745ac8

View File

@@ -6,14 +6,9 @@ services:
- uptime-kuma:/app/data - uptime-kuma:/app/data
ports: ports:
- 6001:3001 - 6001:3001
networks:
- cloudflare_default
restart: unless-stopped restart: unless-stopped
volumes: volumes:
uptime-kuma: uptime-kuma:
name: uptime-kuma name: uptime-kuma
external: true
networks:
cloudflare_default:
external: true