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
Then call it a day! This install script is nonsense and over complicates the whole process.
I'm running just fine atm with only the single docker image, nginx proxy and my original .env & data dir. If the docker image had the pdsadmin script folder embedded then it could just be another volume mapping.
This way the whole install is a docker one-line (or compose file) instead of this crazy script that bloats my system and does everything I do NOT want it to do. So simple, easy and elegant!
The text was updated successfully, but these errors were encountered:
+1. I already have a server with Docker and multiple services running with nginx reverse proxy, watchtower etc.
I don't want to host a PDS in another fresh Linux VM just for this, it is a waste of resources. I would much rather have a single Docker image I can pull and run for my PDS with a data dir mapped out somewhere so I can back it up with a script.
Then call it a day! This install script is nonsense and over complicates the whole process.
I'm running just fine atm with only the single docker image, nginx proxy and my original .env & data dir. If the docker image had the pdsadmin script folder embedded then it could just be another volume mapping.
This way the whole install is a docker one-line (or compose file) instead of this crazy script that bloats my system and does everything I do NOT want it to do. So simple, easy and elegant!
The text was updated successfully, but these errors were encountered: