mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
* feat: add SFTPGo template * fix: use Dokploy port syntax for SFTPGo * chore: pin sftpgo template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
15 lines
243 B
YAML
15 lines
243 B
YAML
services:
|
|
sftpgo:
|
|
image: drakkan/sftpgo:v2.7.3
|
|
restart: unless-stopped
|
|
volumes:
|
|
- sftpgo_data:/srv/sftpgo
|
|
- sftpgo_home:/var/lib/sftpgo
|
|
ports:
|
|
- "8080"
|
|
- "2022"
|
|
|
|
volumes:
|
|
sftpgo_data:
|
|
sftpgo_home:
|