You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do this in the composer, it works and i can store data on the folder but the problem is it is using the generic filesystem volume not the 1gb created volume.
The volume is created and mounted but is not used.
The text was updated successfully, but these errors were encountered:
Hello,
I am not a maintainer of this repo.
You should use the "code" formatting when posting code (especially yaml). We have to reindent your compose file to test it...
Then, are you sure your issue is about this sftp server? It seems to be a compose issue?
version: '3'
services:
sftp:
image: atmoz/sftp
ports:
- "9937:22"
command: genericuser:genericpass:1001:12345:/home/foo
volumes:
- /home/foo
tmpfs:
- /home/foo:rw,noexec,nosuid,size=1G
I'm trying to do this in the composer, it works and i can store data on the folder but the problem is it is using the generic filesystem volume not the 1gb created volume.
The volume is created and mounted but is not used.
The text was updated successfully, but these errors were encountered: