Changing compose file name.

This commit is contained in:
Bartek Stalewski 2024-04-21 00:58:09 +02:00
parent 13e19196ce
commit edf53e12ad
No known key found for this signature in database

18
compose.yml Normal file
View file

@ -0,0 +1,18 @@
networks:
blocky:
name: blocky
services:
blocky:
image: spx01/blocky
container_name: blocky
restart: unless-stopped
networks:
- blocky
ports:
- "53:53/tcp"
- "53:53/udp"
environment:
- TZ=Europe/Warsaw
volumes:
- ./config.yml:/app/config.yml