Skip to content

Commit e24abe9

Browse files
committed
changes per schrej's request
Lists the stock MariaDB Link instead of my old personal one. Corrects an echo command in the entrypoint.
1 parent 77dfd98 commit e24abe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dev/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a ready to use docker image for the panel.
44
## Requirements
55
This docker image requires some additional software to function. The software can either be provided in other containers (see the [docker-compose.yml](docker-compose.yml) as an example) or as existing instances.
66

7-
A mysql database is required. We recommend [this](quay.io/parkervcp/mariadb-alpine) image if you prefer to run it in a docker container. As a non-containerized option we recommend mariadb.
7+
A mysql database is required. We recommend [this](https://hub.docker.com/_/mariadb/) image if you prefer to run it in a docker container. As a non-containerized option we recommend mariadb.
88

99
A caching software is required as well. You can choose any of the [supported options](#cache-drivers).
1010

.dev/docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
fi
2525

2626
## check for DB up before starting the panel
27-
zshoecho "Checking database status."
27+
echo "Checking database status."
2828
until nc -z -v -w30 $DB_HOST 3306
2929

3030
do

0 commit comments

Comments
 (0)