Skip to content

Commit 5216a50

Browse files
Fix mount volume path for sftp server (#403)
1 parent a1355a2 commit 5216a50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ services:
195195
container_name: 'sftp-server'
196196
image: 'atmoz/sftp:latest'
197197
volumes:
198-
- './satisfactory-server:/home/your-ftp-user'
198+
- './satisfactory-server:/home/your-ftp-user/satisfactory-server'
199199
ports:
200200
- '2222:22'
201201
# set the user and password, and the user's UID (this should match the PUID and PGID of the satisfactory-server container)
202202
command: 'your-ftp-user:your-ftp-password:1000'
203203
```
204204

205-
With this, you'll be able to SFTP into your server and access your game files via `/home/your-ftp-user/gamefiles`.
205+
With this, you'll be able to SFTP into your server and access your game files via `/home/your-ftp-user/satisfactory-server/gamefiles`.
206206

207207
## How to Improve the Multiplayer Experience
208208

@@ -277,4 +277,4 @@ docker compose up -d
277277

278278
## Star History
279279

280-
[![Star History Chart](https://api.star-history.com/svg?repos=wolveix/satisfactory-server&type=Date)](https://star-history.com/#wolveix/satisfactory-server&Date)
280+
[![Star History Chart](https://api.star-history.com/svg?repos=wolveix/satisfactory-server&type=Date)](https://star-history.com/#wolveix/satisfactory-server&Date)

0 commit comments

Comments
 (0)