forked from supernets/inspircd
update readme
This commit is contained in:
parent
9be6ebebe7
commit
cb27495404
15
README.md
15
README.md
@ -1,9 +1,14 @@
|
||||
# Instructions
|
||||
|
||||
- `docker build -t inspi4 -t inspi4:latest .`
|
||||
- `docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host inspi4`
|
||||
## docker-compose
|
||||
- copy `config.env.exmaple` to `config.env` and edit
|
||||
- optional: if you intend to link, copy `include.default.conf` to `include.conf` and edit
|
||||
- build: `docker-compose -f docker-compose.yml build` use: `docker-compose.linked.yml` if you intend to link.
|
||||
- start: `docker-compose -f docker-compose.yml up -d` also use the linked variant if you intend to link.
|
||||
|
||||
- ~~`docker build -t inspi4 -t inspi4:latest .`~~
|
||||
- ~~`docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host inspi4`~~
|
||||
|
||||
# Optional
|
||||
|
||||
- create a custom `links.conf`
|
||||
- `docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host -v $(pwd)/links.conf:/etc/inspircd/links.conf:ro inspi4`
|
||||
- ~~create a custom `links.conf`~~
|
||||
- ~~`docker run -it --rm -e 'DEFAULT_BLOCK_HOST_MASK="nothing"' -net host -v $(pwd)/links.conf:/etc/inspircd/links.conf:ro inspi4`~~
|
||||
|
Loading…
Reference in New Issue
Block a user