From 4066e2f7bd7d61b008824c07fb8d9d195ab3c6f5 Mon Sep 17 00:00:00 2001 From: Michael Sitz Date: Thu, 20 Aug 2026 15:59:27 -0400 Subject: [PATCH] Updating docker-compose with pull_policy --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e89f1ab..e19f30d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: offlineu: build: . + pull_policy: build container_name: offlineu network_mode: host ports: @@ -15,5 +16,4 @@ services: - /volume1/files/training:/app/courses # Mount a local directory for user data/progress - /volume2/docker/offlineu/data:/app/data - restart: unless-stopped - \ No newline at end of file + restart: unless-stopped \ No newline at end of file