I’m currently not able to install FA locally because my DB is not accessible from the IP of my VPS—I first have to ssh and then I can use this DATABASE_URL: “postgres://user:password@localhost/my-db”
I’m also not able to install FA directly in the VPS because I’m already using that port (I have an nginx reverse proxy to serve another app):
Cannot start service app: driver failed programming external connectivity on endpoint (6b0111c348524de4ee7ddcd064e267d58cedf9ceee5a70e214d27e4a3ed7703c): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
ERROR: for app Cannot start service app: driver failed programming external connectivity on endpoint (6b0111c348524de4ee7ddcd064e267d58cedf9ceee5a70e214d27e4a3ed7703c): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
What’s the recommended workaround?