From d739e941a62553d4db56bbc05f4960bb6a6fabd4 Mon Sep 17 00:00:00 2001 From: SantioMC Date: Thu, 25 Apr 2024 01:07:35 -0400 Subject: [PATCH] docs: Update docker tag --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6058e35..df92f80 100644 --- a/README.md +++ b/README.md @@ -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= \ - 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 diff --git a/docker-compose.yml b/docker-compose.yml index 86a8676..4cc65c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: