Bot Updating Documentation

pull/91/head
LinuxServer-CI 2023-02-20 10:22:46 -06:00
rodzic e1cea02b8a
commit 43f5fc6452
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ services:
- WEBROOT=domoticz #optional - WEBROOT=domoticz #optional
- "DBASE=<path to database>" #optional - "DBASE=<path to database>" #optional
volumes: volumes:
- <path to data>:/config - /path/to/data:/config
ports: ports:
- 8080:8080 - 8080:8080
- 6144:6144 - 6144:6144
@ -81,7 +81,7 @@ docker run -d \
-p 8080:8080 \ -p 8080:8080 \
-p 6144:6144 \ -p 6144:6144 \
-p 1443:1443 \ -p 1443:1443 \
-v <path to data>:/config \ -v /path/to/data:/config \
--device path to device:path to device \ --device path to device:path to device \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/domoticz:latest lscr.io/linuxserver/domoticz:latest
@ -188,6 +188,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **20.02.23:** - Migrate to s6v3.
* **15.10.22:** - Remove deprecated legacy stable branches. * **15.10.22:** - Remove deprecated legacy stable branches.
* **05.02.22:** - Set default webroot to /. Add env. variable for setting custom databas path. * **05.02.22:** - Set default webroot to /. Add env. variable for setting custom databas path.
* **26.12.20:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf. * **26.12.20:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.