From 2a0833ddcb485667f053605948ea7977b1c160c0 Mon Sep 17 00:00:00 2001 From: Casey Scarborough Date: Sun, 3 Sep 2023 00:07:34 -0400 Subject: [PATCH] Add docker image tag details --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index defcb95..cdf817c 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,12 @@ docker run \ caseyscarborough/yomichan-audio-server:latest ``` +You can use any of the following image tags: + +- `latest` - The latest stable release +- `master` - The master branch +- `1.0.0` - Specific version (replace with the version you want to use) + ### Run the Container in Kubernetes You can run this in Kubernetes using a setup similar to the following. In this setup I am hosting the audio files on an NFS share and mounting it into the `/user_files` directory in the container. The database files are in a persistent volume mounted at `/data`.