Add: old endlessh docker for ref only
This commit is contained in:
parent
b78abdb5b5
commit
7bf88af02a
1 changed files with 27 additions and 0 deletions
27
Docker/Docker-Compose/Endlessh/docker-compose.yml
Normal file
27
Docker/Docker-Compose/Endlessh/docker-compose.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
######################################################
|
||||
# Endlessh
|
||||
# URL: https://github.com/linuxserver/docker-endlessh
|
||||
######################################################
|
||||
version: "2.1"
|
||||
services:
|
||||
endlessh:
|
||||
image: lscr.io/linuxserver/endlessh:latest
|
||||
container_name: endlessh
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Stockholm
|
||||
- MSDELAY=10000 #optional
|
||||
- MAXLINES=32 #optional
|
||||
- MAXCLIENTS=4096 #optional
|
||||
- LOGFILE=false #optional
|
||||
- BINDFAMILY= #optional
|
||||
volumes:
|
||||
- ./Data:/config #optional
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "${LOKI_URL}"
|
||||
ports:
|
||||
- 22:2222
|
||||
restart: unless-stopped
|
Loading…
Add table
Reference in a new issue