hotfix
This commit is contained in:
+7
-1
@@ -3,6 +3,12 @@ services:
|
||||
image: izbi-dns
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- HOSTS_PATH=/app/data/hosts.d/
|
||||
- DB_PATH=/app/data/sqlite.db
|
||||
- SECRET_KEY=CHANGEME
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
- "127.0.0.1:55:5353/udp"
|
||||
- "127.0.0.1:5353:5353/udp"
|
||||
volumes:
|
||||
- "./data/:/app/data/"
|
||||
|
||||
Reference in New Issue
Block a user