kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
43f5fc6452
commit
44c57cf6ee
|
@ -75,7 +75,7 @@ services:
|
||||||
- MEM_LIMIT=1024 #optional
|
- MEM_LIMIT=1024 #optional
|
||||||
- MEM_STARTUP=1024 #optional
|
- MEM_STARTUP=1024 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/data:/config
|
||||||
ports:
|
ports:
|
||||||
- 8443:8443
|
- 8443:8443
|
||||||
- 3478:3478/udp
|
- 3478:3478/udp
|
||||||
|
@ -108,7 +108,7 @@ docker run -d \
|
||||||
-p 8880:8880 `#optional` \
|
-p 8880:8880 `#optional` \
|
||||||
-p 6789:6789 `#optional` \
|
-p 6789:6789 `#optional` \
|
||||||
-p 5514:5514/udp `#optional` \
|
-p 5514:5514/udp `#optional` \
|
||||||
-v <path to data>:/config \
|
-v /path/to/data:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/unifi-controller:latest
|
lscr.io/linuxserver/unifi-controller:latest
|
||||||
|
|
||||||
|
@ -202,6 +202,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.02.23:** - Migrate to s6v3, install deb package on build, fix permissions.
|
||||||
* **23.01.23:** - Exclude `run` from `/config` volume.
|
* **23.01.23:** - Exclude `run` from `/config` volume.
|
||||||
* **30.11.22:** - Bump JRE to 11.
|
* **30.11.22:** - Bump JRE to 11.
|
||||||
* **01.06.22:** - Deprecate armhf.
|
* **01.06.22:** - Deprecate armhf.
|
||||||
|
|
Ładowanie…
Reference in New Issue