mirror of
https://github.com/michivonah/docker.git
synced 2026-03-24 00:59:29 +01:00
feat: add basic blocky config
This commit is contained in:
parent
14bde5a6ac
commit
459ccc9ec7
2 changed files with 132 additions and 0 deletions
15
blocky/docker-compose.yml
Normal file
15
blocky/docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
blocky:
|
||||
image: ghcr.io/0xerr0r/blocky
|
||||
container_name: blocky
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "853:853/tcp"
|
||||
- "443:443/tcp"
|
||||
environment:
|
||||
- TZ=Europe/Zurich
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./config.yml:/app/config.yml:ro
|
||||
Loading…
Add table
Add a link
Reference in a new issue