From 79beab9ce2e02a8be6ed2bf1bbdee355bfde9873 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sat, 27 Jun 2026 11:02:16 +0800 Subject: [PATCH] fix: update privatebin image to use docker.io namespace --- swarm/apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/apps.yml b/swarm/apps.yml index c739a38..0730c13 100644 --- a/swarm/apps.yml +++ b/swarm/apps.yml @@ -150,7 +150,7 @@ services: - traefik.http.services.meshtastic_app.loadbalancer.server.port=8080 privatebin: - image: privatebin/nginx-fpm-alpine:latest + image: docker.io/privatebin/nginx-fpm-alpine:latest read_only: true volumes: - /var/data/privatebin_data:/srv/data # data volume for pastes allows pastes