From 7610f026b1418113d91728253dea46ef79f7e1d6 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:41:43 +0100 Subject: [PATCH] fix private bin --- templates/compose/privatebin.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/compose/privatebin.yaml b/templates/compose/privatebin.yaml index c2f625c8f..f088a9d6c 100644 --- a/templates/compose/privatebin.yaml +++ b/templates/compose/privatebin.yaml @@ -7,12 +7,10 @@ services: privatebin: image: privatebin/nginx-fpm-alpine - restart: always - read_only: true environment: - SERVICE_FQDN_PRIVATEBIN_8080 volumes: - - 'privatebin-data:/srv/data' + - privatebin_data:/srv/data healthcheck: test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"] interval: 5s