fix private bin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user