client/server problems with hostname and port on raspberry pi web interface
I’m using docker compose and two docker images for a web based environment-setting program. I have one server which saves the environment variable to a file, and I have a client that interacts with the user and passes the user’s input on to the server. When I start the two up, on my desktop, the two work as expected. Then I move them to a raspberry pi. When I do this the client works, but I have trouble passing anything to the server. I want to run the client from google-chrome that is on my desktop. The client runs on port 5173 on the pi. The server listens at port 8008 on the pi.