@@ -63,7 +63,7 @@ This configuration ensures that both the root domain and all subdomains resolve
6363 ```
6464 Note: If password is omitted, a secure random password will be generated.
6565
66- 4 . Configure your apps by editing the enabled apps file:
66+ 4 . Configure your apps by editing the enabled apps file (optional) :
6767 ``` bash
6868 nano /opt/selfhostyourtech/etc/apps-enabled.yaml
6969 ```
@@ -74,7 +74,7 @@ This configuration ensures that both the root domain and all subdomains resolve
7474 ```
7575 This interactive tool will help you set up passwords, credentials, and other important settings for all enabled applications.
7676
77- 6 . Update the Homer dashboard to reflect your enabled apps:
77+ 6 . Update the Homer dashboard to reflect your enabled apps (optional) :
7878 ``` bash
7979 docker compose run --rm manager shtool update_homer_config
8080 ```
@@ -87,11 +87,11 @@ This configuration ensures that both the root domain and all subdomains resolve
8787## Starting/Stopping/Status Services
8888
8989``` bash
90- docker compose exec -ti manager start
91- docker compose exec -ti manager stop
92- docker compose exec -ti manager start < service>
93- docker compose exec -ti manager stop < service>
94- docker compose exec -ti manager status
90+ docker compose exec -ti manager shtool start
91+ docker compose exec -ti manager shtool stop
92+ docker compose exec -ti manager shtool start < service>
93+ docker compose exec -ti manager shtool stop < service>
94+ docker compose exec -ti manager shtool status
9595```
9696
9797## Managing Services by Docker Compose wrapper
0 commit comments