Skip to content

Commit d7815fd

Browse files
committed
Updated README, added docker-compose.yml and a new tag for the image, latest.
1 parent 35a0a43 commit d7815fd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ To quickly get grimd up and running with docker, run
2020
docker run -d -p 53:53/udp -p 53:53/tcp ghcr.io/looterz/grimd:latest
2121
```
2222

23+
Alternatively, download the [docker-compose.yml](https://raw.githubusercontent.com/looterz/grimd/master/docker-compose.yml) file and launch it using docker-compose.
24+
```
25+
docker-compose up -d
26+
```
27+
2328
# Configuration
2429
If ```grimd.toml``` is not found, it will be generated for you, below is the default configuration.
2530
```toml

docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
services:
2+
grimd:
3+
image: ghcr.io/looterz/grimd:latest
4+
ports:
5+
- "53:53/udp"
6+
- "53:53/tcp"

0 commit comments

Comments
 (0)