docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker compose error in mariadb container

Open gabviv73 opened this issue 3 years ago • 0 comments

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
,,,

gabviv73 avatar Aug 04 '22 14:08 gabviv73