mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
removed cloudflare network and specified the volume was created external to the docker compose command
This commit is contained in:
@@ -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
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user