Create README.md

This commit is contained in:
Paige Thompson 2024-10-27 15:32:45 -07:00 committed by GitHub
parent 97c5b86eed
commit 6b87431258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Instructions
- `docker build -t inspi4 -t inspi4:latest .`
- `docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK=""' inspi4`
# Optional
- create a custom `links.conf`
- `docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK=""' -v $(pwd)/links.conf:/etc/inspircd/links.conf:ro inspi4`