Skip to content

Commit eb04c7f

Browse files
authored
Start the mariadb service in the dev container
Signed-off-by: GitHub <[email protected]>
1 parent 7df466c commit eb04c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bundle install
22
yarn install
33

44
sudo service postgresql start
5-
sudo service mysql start
5+
sudo service mariadb start
66
sudo service redis-server start
77
sudo service memcached start
88

0 commit comments

Comments
 (0)