moved all files up a folder

This commit is contained in:
2023-12-18 20:09:03 -06:00
parent 9535a5add9
commit 3465aab0f2
1057 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "2.1"
services:
openssh-server:
container_name: openssh-server
hostname: openssh-server
image: ghcr.io/linuxserver/openssh-server
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
- USER_NAME=akanealw
- PUBLIC_KEY_FILE=/etc/ssh/sshusers_authorized_keys
ports:
- 2222:2222
restart: always
volumes:
- /docker/appdata/openssh-server/config:/config