From 62a5763cf0346c135f63c0420253ed0cccfea716 Mon Sep 17 00:00:00 2001 From: Fabio1988 <35898099+Fabio1988@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:04:35 +0200 Subject: [PATCH] Update docker-compose-no-traefik.yml.example --- docker-compose-no-traefik.yml.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose-no-traefik.yml.example b/docker-compose-no-traefik.yml.example index 4ddf4ba..c73f1eb 100644 --- a/docker-compose-no-traefik.yml.example +++ b/docker-compose-no-traefik.yml.example @@ -4,7 +4,5 @@ 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 + - "5090:5090"