Skip to content

Commit a0e52b7

Browse files
committed
Added Nfty to the compose examples
1 parent 08334f4 commit a0e52b7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

compose-examples/productivity/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Review the .env and update
5353
- Plus other values
5454

5555
### Filebrowser initial setup (pre-create of container)
56-
```touch ~/{docker}/filebrowser/filebrowser.db
56+
```
57+
touch ~/{docker}/filebrowser/filebrowser.db
5758
touch ~/{docker}/filebrowser/.filebrowser.json
5859
5960
nano ~/{docker}/filebrowser/.filebrowser.json
@@ -64,15 +65,18 @@ nano ~/{docker}/filebrowser/.filebrowser.json
6465
"log": "stdout",
6566
"database": "/database/filebrowser.db",
6667
"root": "/srv"
67-
}```
68+
}
69+
```
6870

6971
> initial filebrowser credentials are admin;admin
7072
7173
### Ntfy initial setup (post-creation of container)
72-
```docker exec -it ntfy sh
74+
```
75+
docker exec -it ntfy sh
7376
ntfy user add --role=admin _your-admin-username_
7477
<enter a new password>
75-
exit```
78+
exit
79+
```
7680

7781
> Use these creditials to logon to Ntfy
7882

0 commit comments

Comments
 (0)