19 lines
No EOL
724 B
Markdown
19 lines
No EOL
724 B
Markdown
# 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 |