Skip to content

Commit 1e2f649

Browse files
authored
Merge pull request pterodactyl#3226 from KaiDevrim/patch-1
Change relative docker compose to absolute path docker-compose
2 parents 2ea5fc2 + 58d31fd commit 1e2f649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is a ready to use docker image for the panel.
33

44
## Requirements
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.
5+
This docker image requires some additional software to function. The software can either be provided in other containers (see the [docker-compose.yml](https://github.com/pterodactyl/panel/blob/develop/docker-compose.example.yml) as an example) or as existing instances.
66

77
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.
88

@@ -73,4 +73,4 @@ Every driver requires `MAIL_FROM` to be set.
7373
| mandrill | [Mandrill](http://www.mandrill.com/) | `MAIL_USERNAME` |
7474
| postmark | [Postmark](https://postmarkapp.com/) | `MAIL_USERNAME` |
7575
| mailgun | [Mailgun](https://www.mailgun.com/) | `MAIL_USERNAME`, `MAIL_HOST` |
76-
| smtp | Any SMTP server can be configured | `MAIL_USERNAME`, `MAIL_HOST`, `MAIL_PASSWORD`, `MAIL_PORT` |
76+
| smtp | Any SMTP server can be configured | `MAIL_USERNAME`, `MAIL_HOST`, `MAIL_PASSWORD`, `MAIL_PORT` |

0 commit comments

Comments
 (0)