Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Oct 26, 2022
1 parent 7af6ca8 commit 58f6d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can now log into the administration interface, e.g. `http://localhost/luya-k
## Docker (docker-compose)

When you run the LUYA Kickstarter with docker-compose (see the docker-compose.yml for more details) you start the Docker container by using
When you run the LUYA Kickstarter with docker-compose (see the [docker-compose.yml](https://github.com/luyadev/luya-kickstarter/blob/master/docker-compose.yml) for more details) you start the Docker container by using

```
docker-compose up
Expand All @@ -84,6 +84,8 @@ This will run the migrate, import and setup command with a default user `admin@a
docker-compose exec luya_web luya <console_command>
```

Since the Dockerimage is running on port 80, the docker-compose maps the internal [https://github.com/luyadev/luya-kickstarter/blob/master/docker-compose.yml#L27](port 80 to your machines port 8080) so you can now access your website in the browser under `localhost:8080`.

---

### What's next?
Expand Down

0 comments on commit 58f6d9f

Please sign in to comment.