|
|
|
|
|
by user61129028
1118 days ago
|
|
> This goes strongly against the spirit of self-hosting where you know what you're running and you see the steps and all the integrations that are needed, including any reliance on third-party services that may come back to bite you. No it doesn't. Just read the Dockerfile, it's self documenting and contains all the build steps. |
|
If you don't want to run docker you can read the Dockerfile as it will contain all of the build step. Then you can enter everything yourself manually.