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