kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
831e34c0a1
commit
864f1226a2
|
@ -86,7 +86,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- 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
|
- 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:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/kimai/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 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 \
|
-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 80:80 \
|
||||||
-p 443:443 \
|
-p 443:443 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/kimai/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/kimai:latest
|
lscr.io/linuxserver/kimai:latest
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Configuration files. |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -339,6 +339,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.01.24:** - Rebase to Alpine 3.19 with php 8.3.
|
||||||
* **02.01.24:** - Symlink config.yaml to /config for user editing.
|
* **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.
|
* **21.08.23:** - Important documentation update for setting `DATABASE_URL` with version 2.0.30 and later.
|
||||||
* **09.08.23:** - Initial Release.
|
* **09.08.23:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue