diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-15 18:03:46 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-15 18:03:46 -0300 |
commit | c8e0fb94bac60679ccebfcdec9cefb32674b2eec (patch) | |
tree | 4dd4122a8661231181ead7c00bdc92c3d498589f /README.md | |
parent | 7b287bf328f1cb3e8a2532829073c575cac82de8 (diff) |
reword docker section on readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -154,9 +154,15 @@ server { ### Docker A Dockerfile is provided, and an example `docker-compose.yml` exists to base your Docker setup on. -You should use the `config-init.docker` file to configure it and it will work more or less out of the box with it. +You should use the `config-init.docker` file to configure it and it will work more or less out of the box with it, you should just need some minor configuration changes to test it out. -Nothing really has been tested because of #12 which should've been fixed but seems like it hasn't. +You may need to set up your `config` like this to access the mod tools if you get stuck when logging in: +``` +instance:fchan.xyz:PORT GOES HERE +instanceport:PORT GOES HERE +``` + +See #12 for more details. # Support |