diff --git a/docker-compose-no-traefik.yml.example b/docker-compose-no-traefik.yml.example new file mode 100644 index 0000000..4ddf4ba --- /dev/null +++ b/docker-compose-no-traefik.yml.example @@ -0,0 +1,10 @@ +version: '3' + +services: + xilriws: + image: ghcr.io/unownhash/xilriws-public:main + restart: unless-stopped + volumes: + - ./xilriws.json:/xilriws/config.json + ports: + - "5090:5090" \ No newline at end of file diff --git a/xilriws b/xilriws index cb59e14..a71e56e 100755 Binary files a/xilriws and b/xilriws differ