mirror of
https://github.com/michivonah/docker.git
synced 2026-03-24 00:59:29 +01:00
15 lines
No EOL
339 B
YAML
15 lines
No EOL
339 B
YAML
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 |