Skip to content

Commit

Permalink
doc(docker-installation): #4445 warning to clarify localhost access
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-herrero committed Apr 20, 2021
1 parent 30016b5 commit 681374b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/30min-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ back instance:
$ ./taiga-manage.sh [COMMAND]
```

Default access for the application is **http://localhost:9000**.
If you're testing it in your own machine, you can access the application in **http://localhost:9000**. If you're deploying in a server, you'll need to configure hosts and nginx as described later.

As **EXTRA**: the default `launch-all.sh` script comes with [penpot](https://penpot.app), the open-source solution for design and prototyping. The default access for the penpot application is **http://locahost:9001**
As **EXTRA**: the default `launch-all.sh` script comes with [penpot](https://penpot.app), the open-source solution for design and prototyping. The default same machine access for the penpot application is **http://locahost:9001**

It's developed by the same team behind Taiga. If you want to give it a try, you can go to [penpot's github](https://github.com/penpot/penpot/tree/develop/docs) to review its own configuration variables.

Expand Down

0 comments on commit 681374b

Please sign in to comment.