Skip to content

Commit

Permalink
Fix Docker Image path in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGeRyChEeSe committed Aug 29, 2024
1 parent af6fa7f commit 8885cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ Please follow these steps :
- Open a <b>Windows Terminal</b> and execute the following command to run the Discord Bot:

```docker
docker run -e API_LAN_KEY=<your_lan_api_key> -e TOKEN=<your_discord_token> LeGeRyChEeSe/lanplay-discordbot:latest
docker run -e API_LAN_KEY=<your_lan_api_key> -e TOKEN=<your_discord_token> garohrl/lanplay-discordbot:latest
```

- If you want the Discord Bot running in background:

```docker
docker run -d -e API_LAN_KEY=<your_lan_api_key> -e TOKEN=<your_discord_token> LeGeRyChEeSe/lanplay-discordbot:latest
docker run -d -e API_LAN_KEY=<your_lan_api_key> -e TOKEN=<your_discord_token> garohrl/lanplay-discordbot:latest
```

> Replace `<your_lan_api_key>` with your [`api_key`](#get-api-key) and replace `<your_discord_token>` with your [`token`](#create-a-bot-account).
Expand Down

0 comments on commit 8885cc1

Please sign in to comment.