Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ services: --user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD" http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info || exit 1 image: nextcloud:20-apache image: nextcloud:20.0.4-apache restart: always volumes: - nextcloud:/var/www/html Loading Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ services: --user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD" http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info || exit 1 image: nextcloud:20-apache image: nextcloud:20.0.4-apache restart: always volumes: - nextcloud:/var/www/html Loading