Skip to content

Commit

Permalink
Add docker image tag details
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyscarborough committed Sep 3, 2023
1 parent baf1c06 commit 2a0833d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 2a0833d

Please sign in to comment.