First version
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
yadnsb:
|
||||
image: ghcr.io/altendorfme/yadnsb:latest
|
||||
container_name: YaDNSb
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "nc -z 127.0.0.1 3000 || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 90s
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 3521:3000
|
||||
restart: on-failure:5
|
||||
Reference in New Issue
Block a user