Replies: 1 comment 3 replies
-
I'm not really a Docker expert but just a thought... without the Web UI or REST API, how do you plan to create that single user? Not only that but afaik the Web UI is required as the first step to set your admin password. Maybe you could deploy it locally to get your sqlite database, and once configured then deploy it to your docker container. Also doesn't Docker work by exposing internal container ports to the outside? If you don't route/expose the Web UI/API port then to the outside world it'll essentially be like they're disabled. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to run SFTPGo using Docker Compose in a minimal setup for production, without any web interface or REST API.
Here’s what I need:
I couldn’t find a definitive example that works out of the box with Docker only. Is there an officially supported way to do this?
Also, secondary question: is SFTPGo lighter than OpenSSH-based solutions when handling many short-lived connections? (I have several hundred legacy clients polling every few minutes.)
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions