Changing compose file name.
This commit is contained in:
parent
13e19196ce
commit
edf53e12ad
1 changed files with 0 additions and 3 deletions
18
compose.yml
Normal file
18
compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue