Bot Updating Documentation

pull/186/head
LinuxServer-CI 2024-02-07 03:08:07 +00:00
rodzic 831e34c0a1
commit 864f1226a2
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ services:
- TZ=Etc/UTC
- DATABASE_URL=mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name?charset=your_db_charset&serverVersion=your_db_version
volumes:
- /path/to/appdata/config:/config
- /path/to/kimai/config:/config
ports:
- 80:80
- 443:443
@ -124,7 +124,7 @@ docker run -d \
-e DATABASE_URL=mysql://your_db_user:your_db_pass@your_db_host:3306/your_db_name?charset=your_db_charset&serverVersion=your_db_version \
-p 80:80 \
-p 443:443 \
-v /path/to/appdata/config:/config \
-v /path/to/kimai/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/kimai:latest
@ -169,7 +169,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Configuration files. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -339,6 +339,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.01.24:** - Rebase to Alpine 3.19 with php 8.3.
* **02.01.24:** - Symlink config.yaml to /config for user editing.
* **21.08.23:** - Important documentation update for setting `DATABASE_URL` with version 2.0.30 and later.
* **09.08.23:** - Initial Release.