fix private bin
This commit is contained in:
parent
c76e57ba8f
commit
7610f026b1
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue