chore: update EndleSSH

This commit is contained in:
BatchAccount 1001 2024-12-21 00:28:35 +01:00
parent b0de9e682b
commit 3fa63807eb
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ After=docker.service
[Service] [Service]
WorkingDirectory=/opt/endlessh WorkingDirectory=/opt/endlessh
ExecStart=/usr/bin/docker-compose --project-name endlessh up ExecStart=/usr/bin/docker compose --project-name endlessh up
ExecStop=/usr/bin/docker-compose --project-name endlessh down ExecStop=/usr/bin/docker compose --project-name endlessh down
TimeoutStartSec=0 TimeoutStartSec=0
Restart=on-failure Restart=on-failure
StartLimitBurst=3 StartLimitBurst=3

View file

@ -2,7 +2,7 @@ version: "3.0"
services: services:
endlessh: endlessh:
image: lscr.io/linuxserver/endlessh:dfe44eb2-ls63 image: lscr.io/linuxserver/endlessh:dfe44eb2-ls82
restart: unless-stopped restart: unless-stopped
environment: environment:
PUID: 1000 PUID: 1000