Skip to content

Commit 2285ff5

Browse files
authored
Update README.md
1 parent 01eefe3 commit 2285ff5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ LinkRouter includes a `docker-compose.yml` file for easy containerized deploymen
5050
Create a `docker-compose.yml` file with the following content:
5151

5252
```yaml
53-
version: "3.8"
54-
5553
services:
5654
linkrouter:
5755
image: ghcr.io/mxritzdev/linkrouter:latest
5856
ports:
59-
- "80:80"
57+
- "80:8080"
6058
volumes:
6159
- ./data:/app/data
6260
```
@@ -76,7 +74,7 @@ This will start the application and map port `80` on your local machine to port
7674
Alternatively, you can run the application directly with a `docker run` command if you already have the image.
7775

7876
```bash
79-
docker run -d -p 80:80 -v ./data:/app/data ghcr.io/mxritzdev/linkrouter:latest
77+
docker run -d -p 80:8080 -v ./data:/app/data ghcr.io/mxritzdev/linkrouter:latest
8078
```
8179

8280
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.
@@ -91,4 +89,4 @@ We welcome contributions! Please submit a pull request or open an issue to discu
9189

9290
## 📬 Contact
9391

94-
For questions or support, please reach out via discord at **moritzdev**
92+
For questions or support, please reach out via discord at **mxritzdev**

0 commit comments

Comments
 (0)