From 887295260ff698c0e602a659600560a7fd3a6ad5 Mon Sep 17 00:00:00 2001 From: Tour Date: Fri, 5 Dec 2025 09:35:17 +0100 Subject: [PATCH] dns --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 34aa881..06f8d9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: volumes: # Mount database and images directory - - auctiora-data:/mnt/okcomputer/output + - shared-auction-data:/mnt/okcomputer/output labels: - "traefik.enable=true" @@ -51,5 +51,5 @@ networks: name: traefik_net volumes: - auctiora-data: - driver: local \ No newline at end of file + shared-auction-data: + external: true \ No newline at end of file