We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install the prerequisites on your system
Use the Docker file for the DB you want to use
Edit the mail configuration in the docker-compose.yml in the MailConfiguration__Host, MailConfiguration__Port, MailConfiguration__Mail variables.
docker-compose.yml
MailConfiguration__Host
MailConfiguration__Port
MailConfiguration__Mail
Replace the db passwords from MyPass@word with a real password
MyPass@word
Build a docker image:
$> docker-compose -f docker-compose-SqlServer.yml up --build
$> docker run --rm -it -p 8080:80 yafnet
Open your browser and navigate to: localhost:8080