Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierGaland committed Jun 25, 2022
2 parents 2bc9e51 + 04f7b93 commit 5c2d7d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Start/stop procedure :

Day to day management :

- Bookmarks for applications is available on a web interface on host (http server port 80)
Note if you install it on a machine already using port 80 (like a NAS for instance) you can change the Webserver port in docker-compose.yaml from "80:80" to "your_custom_port:80"
- Docker management for container and applications command/log is available on a web interface (Portainer) on host (http server port 9000)
- Bookmarks for applications is available on a web interface on host (http server port 80), if you install it on a machine already using port 80 (like a NAS for instance) you must change the Webserver port in docker-compose.yaml from "80:80" to "your_custom_port:80" or the entire stack will fail (as dependent on Webserver)
- Docker management for container and applications command/log is available on a web interface (Portainer) on host (http server port 9000). A basic knowledge of docker and docker-compose could also be helpfull (how to stop/star specific container, images policy, ssh on a container ...)

License :

Expand Down

0 comments on commit 5c2d7d2

Please sign in to comment.