You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
262 B
Markdown

5 years ago
# ipv6-dot-work
5 years ago
The ipv6.work project
## Notes
django-auth-ldap requires `openldap-devel`
## Deployment
docker build -t ipv6dotwork .
sudo docker rm -f ipv6dotwork
sudo docker run -d -p 127.0.0.1:8001:8000 --env-file .env --name ipv6dotwork ipv6dotwork