fix private bin

This commit is contained in:
peaklabs-dev
2024-11-25 13:41:43 +01:00
parent c76e57ba8f
commit 7610f026b1

View File

@@ -7,12 +7,10 @@
services: services:
privatebin: privatebin:
image: privatebin/nginx-fpm-alpine image: privatebin/nginx-fpm-alpine
restart: always
read_only: true
environment: environment:
- SERVICE_FQDN_PRIVATEBIN_8080 - SERVICE_FQDN_PRIVATEBIN_8080
volumes: volumes:
- 'privatebin-data:/srv/data' - privatebin_data:/srv/data
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"]
interval: 5s interval: 5s