diff options
| -rw-r--r-- | docuseal/compose.yaml | 2 | ||||
| -rw-r--r-- | privatebin/compose.yaml | 2 | ||||
| -rw-r--r-- | prometheus/compose.yaml | 2 | ||||
| -rw-r--r-- | syncthing/compose.yaml | 2 | ||||
| -rw-r--r-- | uptime-kuma/compose.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 397ccdc..f26e34f 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.1.7 + image: docuseal/docuseal:2.2.0 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 9fa1d0c..983c36b 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:2.0.1 + image: privatebin/nginx-fpm-alpine:2.0.2 restart: unless-stopped read_only: true ports: diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml index 9a042a8..6a2bea3 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -4,7 +4,7 @@ volumes: driver: local services: prometheus: - image: docker.io/prom/prometheus:v3.6.0 + image: docker.io/prom/prometheus:v3.7.3 container_name: prometheus ports: - 10.0.0.1:9090:9090 diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index e9dbdec..3ad439b 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: ghcr.io/syncthing/syncthing:2.0.10 + image: ghcr.io/syncthing/syncthing:2.0.11 container_name: syncthing hostname: VPS environment: diff --git a/uptime-kuma/compose.yaml b/uptime-kuma/compose.yaml index d366636..f645153 100644 --- a/uptime-kuma/compose.yaml +++ b/uptime-kuma/compose.yaml @@ -6,7 +6,7 @@ services: volumes: - uptime-kuma:/app/data container_name: uptime-kuma - image: louislam/uptime-kuma:1.23.16 + image: louislam/uptime-kuma:1.23.17 volumes: uptime-kuma: external: true |
