Skip to content

symdon-info/symdon-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Symdon DNS

development for local

Setting domain names

Set the domain name and IP address you want to set in extra_hosts in the docker-compose file.

Example::

extra_hosts:
  - "symdon.ga:127.0.0.1"
  - "auth.symdon.ga:127.0.0.1"
  - "demo-angular.symdon.ga:127.0.0.1"
  - "django.symdon.ga:127.0.0.1"

Include 127.0.0.1 in the DNS being queried.

https://user-images.githubusercontent.com/50688746/67138261-8f43df80-f27b-11e9-90ff-e4b998942d08.png

Start server

Use docker-compose command to start.

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published