diff --git a/config/stacks/karakeep.yaml b/config/stacks/karakeep.yaml index b9528d6..41c684d 100644 --- a/config/stacks/karakeep.yaml +++ b/config/stacks/karakeep.yaml @@ -86,12 +86,10 @@ karakeep: icon: "https://static-00.iconduck.com/assets.00/chrome-icon-512x512-5ln6wbyk.png" service_name: "chrome" image_name: "gcr.io/zenika-hub/alpine-chrome:123" - networks: - - "karakeep-internal" commands: - "--no-sandbox" - "--disable-gpu" - "--disable-dev-shm-usage" - - "---remote-debugging-address=0.0.0.0" + - "--remote-debugging-address=0.0.0.0" - "--remote-debugging-port=9222" - "--hide-scrollbars" \ No newline at end of file