No description
config | ||
.env | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
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
- Copy application/config/config.php.sample to this repo as
config/config.php
. - Setup your configuration.
- Run the docker compose:
docker compose up -d --build; docker compose logs -f