-
Hey folks, I've been trying to get LinkAce to run on my docker server. I have Nginx running as a reverse proxy for all my apps. Each app gets a subdomain, for which I need to know the internal port that an application is running under. Until now, all apps I wanted to run have disclosed this info somewhere in their docs. When running I've tried using ports 80, 8080, 8443, and 9000. But with any of them, when trying to call the subdomain, I get an error The Judging from the logs of MariaDB, Redis and LinkAce, everything is running perfectly fine. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thanks for trying LinkAce. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for trying LinkAce.
You are probably using the wrong Docker image. What you are using needs nginx to access Linkace data and a specific configuration. I suggest using the linkace/linkace:simple image. Linkace is available on port 80 with this image.