Delete bxl-shp/apps/docker-compose.iodine.yaml

Signed-off-by: Brieuc Dubois <bhasher@noreply.git.bhasher.com>
This commit is contained in:
Brieuc Dubois 2024-01-29 20:40:09 +01:00
parent 8225e9472e
commit 83a30371b2
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
services:
iodine:
container_name: iodine
image: registry.bhasher.com/iodine:latest
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- IP=10.10.0.1
- DOMAIN=dns.bhasher.com
- PASSWORD=${IODINE_PASSWORD}
cap_add:
- NET_ADMIN
volumes:
- /dev:/dev:ro
ports:
- 5353:53/udp