Merge branch 'main' of http://192.168.1.36:3000/akanealw/proxyserver
This commit is contained in:
@@ -16,11 +16,12 @@ services:
|
||||
openssh-server:
|
||||
container_name: openssh-server
|
||||
hostname: openssh-server
|
||||
image: ghcr.io/linuxserver/openssh-server
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
environment:
|
||||
- PUID=$PUID
|
||||
- PGID=$PGID
|
||||
- TZ=$TZ
|
||||
- PUBLIC_KEY_FILE=/config/aknlw.com.pub
|
||||
- USER_NAME=akanealw
|
||||
ports:
|
||||
- 2222:2222
|
||||
|
||||
Reference in New Issue
Block a user