Skip to content

Commit

Permalink
docs: Update docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SantioMC committed Apr 25, 2024
1 parent 17f0605 commit d739e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ Running the bot with docker is the easiest way to get started and recommended fo

1. Pull the docker image from github packages
```shell
docker pull ghcr.io/santiomc/minehututils:nightly
docker pull ghcr.io/santiomc/minehututils:master
```

2. Run the docker image
```shell
docker run -d --rm \
-e TOKEN=<your bot token> \
ghcr.io/santiomc/minehututils:nightly
ghcr.io/santiomc/minehututils:master
```

> Note: Since the bot uses a database to store cooldowns and settings, you'll need to mount a volume
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
minehututils:
image: ghcr.io/santiomc/minehututils:nightly
image: ghcr.io/santiomc/minehututils:master
container_name: minehututils
restart: always
volumes:
Expand Down

0 comments on commit d739e94

Please sign in to comment.