From 325c42a853d198e432c390543e8878789efc0751 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 5 May 2025 02:44:53 +0200 Subject: [PATCH] remove post start --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 14c3c0a5..e56df730 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,8 +24,8 @@ services: image: nextcloud #user: www-data:www-data restart: always - post_start: - - command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done + #post_start: + #- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done #user: root ports: - 8080:80