You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .dev/docker/README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This is a ready to use docker image for the panel.
4
4
## Requirements
5
5
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.
6
6
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.
7
+
A mysql database is required. We recommend the stock [MariaDB Image](https://hub.docker.com/_/mariadb/) image if you prefer to run it in a docker container. As a non-containerized option we recommend mariadb.
8
8
9
-
A caching software is required as well. You can choose any of the [supported options](#cache-drivers).
9
+
A caching software is required as well. We recommend the stock [Redis Image](https://hub.docker.com/_/redis/) image. You can choose any of the [supported options](#cache-drivers).
10
10
11
-
You can provide additional settings using a custom `.env` file or by setting the appropriate environment variables.
11
+
You can provide additional settings using a custom `.env` file or by setting the appropriate environment variables in the docker-compose file.
12
12
13
13
## Setup
14
14
@@ -32,20 +32,25 @@ Note: If your `APP_URL` starts with `https://` you need to provide an `LETSENCRY
0 commit comments