docker
docker copied to clipboard
Docker compose error in mariadb container
The DB container started using the sample docker.composer file, des not start. Due to the use of mysqlping hin the healthceck, the command cannot run because it has not passowrd. You have to add this line:
...
wallabag_db:
...
environment:
,,,,
- MYSQL_PWD=wallaroot
,,,