Actualiser docker-compose.yml
Correction network
This commit is contained in:
parent
8043b0ca1c
commit
48c5535d2a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user