From 9fdbb8a5b05ea2bc792790a50c845d531e9fcbf8 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Sat, 12 Aug 2023 10:09:42 -0500 Subject: [PATCH 1/1] Removed deploy policies --- docker-compose.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a278059..f47d808 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,12 +9,6 @@ version: '3' services: proxy: image: nginx:1.17 - deploy: - restart_policy: - condition: on-failure - delay: 5s - max_attempts: 5 - window: 10s volumes: - ./proxy/nginx.conf:/etc/nginx/nginx.conf - /etc/ssl/certs/purplebirdman/:/etc/ssl/certs/ @@ -25,12 +19,6 @@ services: - 443:443 kanboard: image: kanboard/kanboard:v1.2.26 - deploy: - restart_policy: - condition: on-failure - delay: 5s - max_attempts: 5 - window: 10s volumes: - kanboard_data:/var/www/app/data - kanboard_plugins:/var/www/app/plugins -- 2.47.2