fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,10 +1,9 @@
version: "3.8"
services:
app:
image: louislam/uptime-kuma
container_name: uptime-kuma
hostname: uptime-kuma
image: louislam/uptime-kuma
restart: always
ports:
- 3001:3001
@@ -19,9 +18,9 @@ services:
# - proxy
#labels:
# - traefik.enable=true
# - traefik.docker.network=proxy
# - traefik.http.routers.uptimekuma.rule=Host(`uptimekuma.example.com`)
# - traefik.http.services.uptimekuma.loadbalancer.server.port=3001
# - traefik.docker.network=proxy
# # Part for local lan services only
# #- traefik.http.routers.uptimekuma.middlewares=local-ipwhitelist@file