Add endlessh compose file
This commit is contained in:
parent
247753cdc8
commit
b387a45f64
19
endlessh/compose.yml
Normal file
19
endlessh/compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
endlessh:
|
||||||
|
image: lscr.io/linuxserver/endlessh:latest
|
||||||
|
container_name: endlessh
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
- MSDELAY=10000 #optional
|
||||||
|
- MAXLINES=32 #optional
|
||||||
|
- MAXCLIENTS=4096 #optional
|
||||||
|
- LOGFILE=true #optional
|
||||||
|
- BINDFAMILY= #optional
|
||||||
|
volumes:
|
||||||
|
- /home/fabian/endlessh/config:/config #optional
|
||||||
|
ports:
|
||||||
|
- 22:2222
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user