Andrew Stilliard
Andrew Stilliard
Hey @jaywork2020 ! Thanks glad it's useful for you. Sure thing, the workflow generally for this is to have your wordpress container expose the folder you need through a volume,...
Hi @jaywork2020 Couple things to check, are you setting your PUBLICHOST env param, also are you exposing the needed ports? More info on these in the readme if that helps.
Hi @jaywork2020 Sorry tor the delay there. Does the same error happen if you set your ftp user to a non volume folder? Wondering if it's an issue ftping at...
Hey @Gwynevere Ah yep this is something I run into sometimes too, I think you need to change your docker run command where you have `PUBLICHOST=localhost` to `PUBLICHOST=192.168.1.2` Let me...
Ah ok, maybe try using passive mode with the `ftp` command with the `-p` flag? Changing from `ftp -inv` to `ftp -invp` should handle that, worth a try.
Interesting, on linux bash there's a -p flag but yeah looks like the git-bash on windows doesn't have this flag, maybe it doesn't support it but I think an alternative...
Ah ok, I didn't realise about the windows 10 / git-bash differences for this, I'll have to have more of a look into that some time but glad you have...
Hi @mstenz When you're setting the `FTP_MAX_CLIENTS`, are you also setting the `FTP_PASSIVE_PORTS` to match? These are tied together atm, more info here: https://github.com/stilliard/docker-pure-ftpd#max-clients Hope this helps
Hi @mstenz ah sorry I've not used docker swarm outside of a quick test. Maybe they have a way to define ranges but you'd have to raise that with them...
H @danielecr Sorry for the delay, didn't see this was re-opened. I don't know enough about network_mode in docker sorry, if you're still looking maybe try asking on stackoverflow or...