Change relative docker compose to absolute path docker-compose
The old version was relative and led to a 404 because the compose file is in /panel.
This commit is contained in:
parent
9a5486c0aa
commit
58d31fdd4a
1 changed files with 2 additions and 2 deletions
2
.github/docker/README.md
vendored
2
.github/docker/README.md
vendored
|
@ -2,7 +2,7 @@
|
|||
This is a ready to use docker image for the panel.
|
||||
|
||||
## Requirements
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue