remove post start
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ services:
|
|||||||
image: nextcloud
|
image: nextcloud
|
||||||
#user: www-data:www-data
|
#user: www-data:www-data
|
||||||
restart: always
|
restart: always
|
||||||
post_start:
|
#post_start:
|
||||||
- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done
|
#- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done
|
||||||
#user: root
|
#user: root
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
|||||||
Reference in New Issue
Block a user