kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
8045d3bd86
commit
a71d2729c3
|
@ -3,6 +3,13 @@ title: endlessh
|
||||||
---
|
---
|
||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read https://github.com/linuxserver/docker-endlessh/blob/main/.github/CONTRIBUTING.md -->
|
<!-- Please read https://github.com/linuxserver/docker-endlessh/blob/main/.github/CONTRIBUTING.md -->
|
||||||
|
!!! warning Deprecation warning
|
||||||
|
|
||||||
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
|
|
||||||
|
We recommend looking at an alternative implementation such as:
|
||||||
|
https://github.com/shizunge/endlessh-go/
|
||||||
|
|
||||||
# [linuxserver/endlessh](https://github.com/linuxserver/docker-endlessh)
|
# [linuxserver/endlessh](https://github.com/linuxserver/docker-endlessh)
|
||||||
|
|
||||||
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fendlessh)
|
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fendlessh)
|
||||||
|
@ -60,7 +67,7 @@ services:
|
||||||
- LOGFILE=false #optional
|
- LOGFILE=false #optional
|
||||||
- BINDFAMILY= #optional
|
- BINDFAMILY= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata:/config #optional
|
- /path/to/endlessh/appdata:/config #optional
|
||||||
ports:
|
ports:
|
||||||
- 22:2222
|
- 22:2222
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -80,7 +87,7 @@ docker run -d \
|
||||||
-e LOGFILE=false `#optional` \
|
-e LOGFILE=false `#optional` \
|
||||||
-e BINDFAMILY= `#optional` \
|
-e BINDFAMILY= `#optional` \
|
||||||
-p 22:2222 \
|
-p 22:2222 \
|
||||||
-v /path/to/appdata:/config `#optional` \
|
-v /path/to/endlessh/appdata:/config `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/endlessh:latest
|
lscr.io/linuxserver/endlessh:latest
|
||||||
```
|
```
|
||||||
|
@ -282,6 +289,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.03.24:** - Deprecate image.
|
||||||
* **12.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **12.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
* **05.03.23:** - Rebase to Alpine 3.17.
|
* **05.03.23:** - Rebase to Alpine 3.17.
|
||||||
* **23.09.22:** - Migrate to s6v3.
|
* **23.09.22:** - Migrate to s6v3.
|
||||||
|
|
Ładowanie…
Reference in New Issue