Change entrypoint for sftp. Correct used port for sftp. And change traefik configuration for duplicati.

This commit is contained in:
2023-03-05 17:48:26 +00:00
parent 166d27f82a
commit 6cf8772530
3 changed files with 10 additions and 5 deletions

View File

@@ -1,10 +1,14 @@
version: "3.9"
networks:
proxy:
external: true
services:
sftp:
image: drakkan/sftpgo:alpine-slim
ports:
- "2222:2022"
- "2022:2022"
networks:
- proxy
environment: