From 394f9c6cf63836ef2bff1c7b0fe27dde3acb6f63 Mon Sep 17 00:00:00 2001 From: tavo Date: Sat, 2 Aug 2025 22:40:58 -0600 Subject: [PATCH] typo --- stirlingpdf/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stirlingpdf/docker-compose.yml b/stirlingpdf/docker-compose.yml index e09aee1..6e6129f 100644 --- a/stirlingpdf/docker-compose.yml +++ b/stirlingpdf/docker-compose.yml @@ -2,9 +2,6 @@ services: ts-stirlingpdf: image: tailscale/tailscale:latest container_name: ts-stirlingpdf - network_mode: service:ts-stirlingpdf - depends_on: - - ts-stirlingpdf restart: unless-stopped hostname: ${TS_HOSTNAME} environment: @@ -22,6 +19,9 @@ services: - source: ts-config target: /ts/serve.json stirling-pdf: + network_mode: service:ts-stirlingpdf + depends_on: + - ts-stirlingpdf image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest volumes: - pdf-data:/usr/share/tessdata