From 52954927be643ed31b577c7b7ff9c0ebaf584225 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sat, 25 Jan 2025 13:28:50 +0800 Subject: [PATCH] Refactor swarm/secondary.yml: Comment out volume mounts for clarity --- swarm/secondary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/secondary.yml b/swarm/secondary.yml index 7ccd9c4..73986ae 100644 --- a/swarm/secondary.yml +++ b/swarm/secondary.yml @@ -19,8 +19,8 @@ services: image: glanceapp/glance networks: - traefik-public - volumes: - - /var/data/glance.yml:/app/glance.yml + # volumes: + # - /var/data/glance.yml:/app/glance.yml # - /etc/timezone:/etc/timezone:ro # - /etc/localtime:/etc/localtime:ro deploy: