A repo with project to bring Docker support to 2Fauth.
- Add support for proper SQL server
Run the tommoulard/2fauth docker container and set the environnement variables like in the example.
For this image to properly work, I added some more env vars:
| Env Var | Description |
|---|---|
APP_URL |
The host address to serve the application on [default: 0.0.0.0] |
APP_PORT |
The port to serve the application on [default: 80] |
APP_TRIES |
The max number of ports to attempt to serve from [default: 10] |
By example, you can add the content of docker-compose to your infrastructure.