updated
This commit is contained in:
@@ -280,20 +280,6 @@ services:
|
||||
- /mnt/data/downloads:/downloads
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
openssh-server:
|
||||
container_name: openssh-server
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- USER_NAME=akanealw
|
||||
ports:
|
||||
- 2222:2222
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./appdata/openssh-server/config:/config
|
||||
|
||||
organizr:
|
||||
container_name: organizr
|
||||
image: organizr/organizr:latest
|
||||
|
||||
Reference in New Issue
Block a user