1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

- setting port 9443 as primary (#5610)

- updated markdown files
- updated dockerfiles
- updated test files
- updated webpack
This commit is contained in:
zees-dev 2021-09-14 09:46:59 +12:00 committed by GitHub
parent 1633eceed5
commit c7760b7d48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 22 deletions

View file

@ -91,7 +91,7 @@ Then build and run the project:
$ yarn start
```
Portainer can now be accessed at <http://localhost:9000>.
Portainer can now be accessed at <https://localhost:9443>.
Find more detailed steps at <https://documentation.portainer.io/contributing/instructions/>.