webui over npm [Docker]

Hey, im having issues with syncthing not loading the webui properly after setting up a proxy, any idea why this could be?

Docker Stack


version: “3” services: syncthing: image: syncthing/syncthing container_name: syncthing hostname: darksync network_mode: host environment:

  • PUID=1000
  • PGID=1000
  • STGUIADDRESS=http://0.0.0.0:8384 volumes:
  • …SyncThing:/var/syncthing
  • …/SyncThing/Data:/Data ports:
  • 22000:22000
  • 21027:21027
  • 8384:8384 restart: unless-stopped healthcheck: test: curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1 interval: 1m timeout: 10s retries: 3

NPM

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.