From 35051fa87a7272ccd8e625adaa074e7046af2be6 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 14 Oct 2019 13:12:58 +0800 Subject: [PATCH] update DOCKERHUB.md [ci-skip] --- DOCKERHUB.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKERHUB.md b/DOCKERHUB.md index 55024369b..24249c02d 100644 --- a/DOCKERHUB.md +++ b/DOCKERHUB.md @@ -67,9 +67,9 @@ For example, `-p 8080:80` would expose port `80` from inside the container to be | Parameter | Function | |:----------------------------------------------:|-----------------------------------------------------------------------| -| `-p 8080` | The port for the Komga API | +| `-p 8080` | The port for the Komga APIs and web interface | | `--user: 1000:1000` | User:Group identifier - see below for explanation | -| `-v /config` | Database and Komga configs | +| `-v /config` | Database and Komga configurations | | `-v /books` | Location of books library on disk | | `-e KOMGA_USER_PASSWORD` | Password for the `user` user | | `-e KOMGA_ADMIN_PASSWORD` | Password for the `admin` user |