Actualiser docker-compose.yml
Correction network
This commit is contained in:
parent
8043b0ca1c
commit
48c5535d2a
@ -38,12 +38,18 @@ services:
|
||||
- web
|
||||
depends_on:
|
||||
- postgres
|
||||
#UpTime Kuma
|
||||
# Uptime Kuma Service
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- 3001:3001
|
||||
volumes:
|
||||
- /root/appdata/uptime-kuma:/app/data
|
||||
networks:
|
||||
- web
|
||||
|
||||
networks:
|
||||
web:
|
||||
driver: bridge
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user