Skip to content

Commit

Permalink
Fixed a typo introduced in #3836 (#4729)
Browse files Browse the repository at this point in the history
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
  • Loading branch information
CommanderStorm and chakflying authored May 2, 2024
1 parent 9f2cf28 commit dbbc79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Uptime Kuma is now running on <http://0.0.0.0:3001>.
> File Systems like **NFS** (Network File System) are **NOT** supported. Please map to a local directory or volume.
> [!NOTE]
> If you want to limit exppoure to localhost (without exposing port for other users or to use a [reverse proxyx](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy)), you can expose the port like this:
> If you want to limit exposure to localhost (without exposing port for other users or to use a [reverse proxy](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy)), you can expose the port like this:
>
> ```bash
> docker run -d --restart=always -p 127.0.0.1:3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
Expand Down

0 comments on commit dbbc79a

Please sign in to comment.