Initial commit.
This commit is contained in:
commit
417d5d0929
3 changed files with 71 additions and 0 deletions
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
blocky:
|
||||
image: spx01/blocky
|
||||
container_name: blocky
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
environment:
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
||||
- ./config.yml:/app/config.yml
|
Loading…
Add table
Add a link
Reference in a new issue