hacky af never use this!

This commit is contained in:
Philip Henning 2025-05-17 19:36:07 +02:00
commit b73565dc94
6 changed files with 275 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# Simple WoWSimpleRegistration container
> [!WARNING]
> This Docker container is not intended in any way to run it as a production
> container!
>
> **DO NOT RUN THIS IN PRODUCTION** ‼️‼️‼️
This Docker compose is based on [masterking32/WoWSimpleRegistration] project.
## Setup
1. Copy [application/config/config.php.sample] to this repo as `config/config.php`.
2. Setup your configuration.
3. Run the docker compose: `docker compose up -d --build; docker compose logs -f`
[application/config/config.php.sample]: https://github.com/masterking32/WoWSimpleRegistration/blob/master/application/config/config.php.sample
[masterking32/WoWSimpleRegistration]: https://github.com/masterking32/WoWSimpleRegistration