Readme changes

This commit is contained in:
chbmb 2019-07-05 19:16:30 +01:00
parent b985a4b741
commit bacc0030d6
2 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@ Container images are configured using parameters passed at runtime (such as thos
| `-p 6667` | ngircd port |
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
| `-e TZ=Europe/London` | Specify a timezone to use e.g. Europe/London |
| `-v /config` | Where `ngircd.conf` is stored |
## User / Group Identifiers
@ -111,8 +111,8 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
 
## Application Setup
- To setup ngircd you will need to edit `/config/ngircd.conf` for information see the ngircd site [here.](https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl)
- Restart the container to apply your config changes.
- To setup ngircd you will need to edit `/config/ngircd.conf` which is created the first time the container is run, edit the file and restart the container to implement any config changes.
- For information see the ngircd site [here.](https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl)

View File

@ -23,13 +23,13 @@ param_ports:
- { external_port: "6667", internal_port: "6667", port_desc: "ngircd port" }
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use e.g. Europe/London"}
# application setup block
app_setup_block_enabled: true
app_setup_block: |
- To setup ngircd you will need to edit `/config/ngircd.conf` for information see the ngircd site [here.](https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl)
- Restart the container to apply your config changes.
- To setup ngircd you will need to edit `/config/ngircd.conf` which is created the first time the container is run, edit the file and restart the container to implement any config changes.
- For information see the ngircd site [here.](https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl)
# changelog
changelogs: