Skip to content

Commit a51b4f6

Browse files
authored
Update README.md
1 parent 6f83193 commit a51b4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ version: "3.8"
5454

5555
services:
5656
linkrouter:
57-
image: ghcr.io/moritz-deiaco/linkrouter:latest
57+
image: ghcr.io/mxritzdev/linkrouter:latest
5858
ports:
5959
- "80:80"
6060
volumes:
@@ -76,7 +76,7 @@ This will start the application and map port `80` on your local machine to port
7676
Alternatively, you can run the application directly with a `docker run` command if you already have the image.
7777

7878
```bash
79-
docker run -d -p 80:80 -v ./data:/app/data ghcr.io/moritz-deiaco/linkrouter:latest
79+
docker run -d -p 80:80 -v ./data:/app/data ghcr.io/mxritzdev/linkrouter:latest
8080
```
8181

8282
This command runs the container in detached mode, binds port `80` on your local machine to port `80` in the container, and mounts the `/data` folder so the container can use your configuration.

0 commit comments

Comments
 (0)