remove post start

This commit is contained in:
Chris Coutinho
2025-05-05 02:44:53 +02:00
parent d8504d8c46
commit 325c42a853
+2 -2
View File
@@ -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