We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Used this for my nextcloud development for some time now. Have issues setting it up again:
only difference is that I am using the docker-compose-plugin (docker compose up instead of docker-compose up).
docker compose up
docker-compose up
This is what's shown in the logs:
nextcloud-mysql-1 | Version: '11.1.2-MariaDB-1:11.1.2+maria~ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution nextcloud-db-1 | 2023-10-31 22:20:04: (critical) network-mysqld-packet.c:1285: protocol 10, but version number out of range nextcloud-mysql-1 | 2023-10-31 22:20:04 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.5' (This connection closed normally without authentication) nextcloud-php-1 | 172.19.0.4 - 31/Oct/2023:22:20:04 +0000 "POST /index.php" 200
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Used this for my nextcloud development for some time now. Have issues setting it up again:
only difference is that I am using the docker-compose-plugin (
docker compose up
instead ofdocker-compose up
).This is what's shown in the logs:
The text was updated successfully, but these errors were encountered: