docker-compose.yaml aktualisiert
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
openssh-server:
|
openssh-server:
|
||||||
image: ghcr.io/linuxserver/openssh-server:latest
|
image: ghcr.io/linuxserver/openssh-server:latest
|
||||||
@@ -6,8 +5,8 @@ services:
|
|||||||
hostname: openssh-server
|
hostname: openssh-server
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ports:
|
ports:
|
||||||
- "2222:2222" # publish container’s 2222 to host 2222
|
- "2222:2222" # publish container s 2222 to host 2222
|
||||||
- "9000:9000" # publish container’s 9000 (for reverse tunnel)
|
- "9000:9000" # publish container s 9000 (for reverse tunnel)
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000 # set to your user id on the host
|
- PUID=1000 # set to your user id on the host
|
||||||
|
|||||||
Reference in New Issue
Block a user