Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
fix some serial numbers
  • Loading branch information
Tuscan-blue authored and mawise committed May 31, 2024
1 parent 48dd840 commit 5fce89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Fully managed hosting of your personal Haven is available too, check out: https:
1. Install `docker` and `docker-compose`
If you don't know how to install `docker` and `docker-compose`, you can find info in [introduction to docker](https://fullstackopen.com/en/part12/introduction_to_containers#installing-everything-required-for-this-part) , [overview of installing docker compose](https://docs.docker.com/compose/install/) and [get docker desktop](https://docs.docker.com/get-docker/).

3. Clone the repository: `git clone https://github.com/havenweb/haven.git`
4. Run `cd haven`
5. Run `docker compose up`
2. Clone the repository: `git clone https://github.com/havenweb/haven.git`
3. Run `cd haven`
4. Run `docker compose up`

Feel free to use the included `Dockerfile` and `docker-compose.yml`. You probably want to modify the env vars in `docker-compose.yml` to specify a different `HAVEN_USER_EMAIL` and `HAVEN_USER_PASS`. These will be used to create you initial user (and password) on startup.

Expand Down

0 comments on commit 5fce89c

Please sign in to comment.