mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -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
|
- 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
|
||||||
|
|
||||||
networks:
|
|
||||||
cloudflare_default:
|
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user