Actualiser docker-compose.yml

Correction network
This commit is contained in:
UNFR 2025-02-23 18:23:32 +00:00
parent 8043b0ca1c
commit 48c5535d2a

View File

@ -38,12 +38,18 @@ services:
- web - web
depends_on: depends_on:
- postgres - postgres
#UpTime Kuma # Uptime Kuma Service
uptime-kuma: uptime-kuma:
image: louislam/uptime-kuma:latest image: louislam/uptime-kuma:latest
container_name: uptime-kuma container_name: uptime-kuma
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3001:3001" - 3001:3001
volumes: volumes:
- /root/appdata/uptime-kuma:/app/data - /root/appdata/uptime-kuma:/app/data
networks:
- web
networks:
web:
driver: bridge