Skip to content

Commit

Permalink
Don't start MariaDB automatically
Browse files Browse the repository at this point in the history
This is not a server and should not be auto started at system log-on.
  • Loading branch information
sstok committed Aug 18, 2019
1 parent 6db9c56 commit 8d9a6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:

mariadb-server:
image: mariadb
restart: always
environment:
- MYSQL_DATABASE=search_tests
- MYSQL_ROOT_PASSWORD=nope
Expand Down

0 comments on commit 8d9a6e2

Please sign in to comment.