Update README.md

This commit is contained in:
Sam 2021-09-08 10:24:33 +02:00 committed by GitHub
parent 6b944fd94d
commit 7044159c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi
git clone --recurse-submodules git@github.com:goryn-clade/pathfinder-containers.git git clone --recurse-submodules git@github.com:goryn-clade/pathfinder-containers.git
``` ```
1. **Edit the *.env* file and make sure every config option has an entry.** 1. **Create a *.env* file (copy .env.example) and make sure every config option has an entry.**
```shell ```shell
path="" # The path of the cloned repo path="" # The path of the cloned repo
CONTAINER_NAME="pf" # docker container name prefix CONTAINER_NAME="pf" # docker container name prefix
@ -55,7 +55,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi
Recommended options to change: Recommended options to change:
* `[PATHFINDER]` * `[PATHFINDER]`
* `NAME`- the name tab title when viewing your Pathfinder * `NAME`- the tab title when viewing your Pathfinder
* `[PATHFINDER.LOGIN]` * `[PATHFINDER.LOGIN]`
* `COOKIE_EXPIRE` - expire age (in days) for login cookies. [read more](https://github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606) * `COOKIE_EXPIRE` - expire age (in days) for login cookies. [read more](https://github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606)
* `SESSION_SHARING` - Share maps between logged in characters in the same browser session. [read more](https://github.com/goryn-clade/pathfinder/releases/tag/v2.1.1) * `SESSION_SHARING` - Share maps between logged in characters in the same browser session. [read more](https://github.com/goryn-clade/pathfinder/releases/tag/v2.1.1)
@ -69,7 +69,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi
1. **Build & Run it** 1. **Build & Run it**
```shell ```shell
docker network create web && docker-compose up --build docker network create web && docker-compose up -d --build
``` ```
1. **Open the http://< your-domain >/setup page.** 1. **Open the http://< your-domain >/setup page.**