Skip to content

Commit

Permalink
docs: fix docker create command parameters
Browse files Browse the repository at this point in the history
madscientist16 authored May 3, 2024
1 parent e91afe3 commit d187383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/installation/docker.md
Original file line number Diff line number Diff line change
@@ -77,8 +77,8 @@ For example, `-p 8080:80` would expose port `80` from inside the container to be

| Parameter | Function |
|:---------------------------------------------------------:|--------------------------------------------------------------------------------------------------------------------------------------------------|
| `-p 25600` | The port for the Komga APIs and web interface |
| `--user: 1000:1000` | User:Group identifier - see below for explanation |
| `-p 25600:25600` | The port for the Komga APIs and web interface |
| `--user 1000:1000` | User:Group identifier - see below for explanation |
| `--mount type=bind,source=/path/to/config,target=/config` | Database and Komga configurations |
| `--mount type=bind,source=/path/to/data,target=/data` | Location of your data directory on disk. Choose a folder that contains both your books and your preferred import location for hardlinks to work. |
| `-e ENV_VAR=value` | Any [configuration](/installation/configuration.md) environment variable |
@@ -134,4 +134,4 @@ Below are the instructions for updating containers:

### Automatic updates

You can use [Watchtower](https://github.com/containrrr/watchtower) to automatically update your containers.
You can use [Watchtower](https://github.com/containrrr/watchtower) to automatically update your containers.

0 comments on commit d187383

Please sign in to comment.