docs: update ssh and ftp deployment example

This commit is contained in:
Jonas Kaninda
2024-10-02 03:59:58 +02:00
parent 82d27f687e
commit 34ad549bd2
3 changed files with 7 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ services:
- DB_USERNAME=username
- DB_PASSWORD=password
## FTP config
- FTP_HOST_NAME="hostname"
- FTP_HOST="hostname"
- FTP_PORT=21
- FTP_USER=user
- FTP_PASSWORD=password