You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can also download one of the [releases](https://github.com/looterz/grimd/rel
17
17
# Docker Installation
18
18
To quickly get grimd up and running with docker, run
19
19
```
20
-
docker run -d -p 53:53/udp -p 53:53/tcp ghcr.io/looterz/grimd:latest
20
+
docker run -d -p 53:53/udp -p 53:53/tcp -p 8080:8080/tcp ghcr.io/looterz/grimd:latest
21
21
```
22
22
23
23
Alternatively, download the [docker-compose.yml](https://raw.githubusercontent.com/looterz/grimd/master/docker-compose.yml) file and launch it using docker-compose.
0 commit comments