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
Joal is working properly but I can't access the web interface via the URL http://IP:PORT/secretpath/ui. I've enabled the web service and configured the secretpath. Have you encountered this error before?
Hello,
Joal is working properly but I can't access the web interface via the URL http://IP:PORT/secretpath/ui. I've enabled the web service and configured the secretpath. Have you encountered this error before?
Here's my configuration if needed:
joal: container_name: joal image: anthonyraymond/joal:latest restart: unless-stopped profiles: ["ratio", "all"] networks: frontend: ipv4_address: $JOAL_IP ports: - target: 6006 published: $JOAL_PORT protocol: tcp mode: host environment: - spring.main.web-environment=true - joal-conf="/data" - server.port=$JOAL_PORT - joal.ui.path.prefix="xxxxx" - joal.ui.secret-token="xxxxx" volumes: - $DOCKERDIR/appdata/joal:/data # config folder cops
The text was updated successfully, but these errors were encountered: