Delete bxl-shp/apps/docker-compose.iodine.yaml
Signed-off-by: Brieuc Dubois <bhasher@noreply.git.bhasher.com>
This commit is contained in:
parent
8225e9472e
commit
83a30371b2
|
@ -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
|
|
Loading…
Reference in New Issue