File tree 1 file changed +8
-4
lines changed
compose-examples/productivity
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ Review the .env and update
53
53
- Plus other values
54
54
55
55
### Filebrowser initial setup (pre-create of container)
56
- ``` touch ~/{docker}/filebrowser/filebrowser.db
56
+ ```
57
+ touch ~/{docker}/filebrowser/filebrowser.db
57
58
touch ~/{docker}/filebrowser/.filebrowser.json
58
59
59
60
nano ~/{docker}/filebrowser/.filebrowser.json
@@ -64,15 +65,18 @@ nano ~/{docker}/filebrowser/.filebrowser.json
64
65
"log": "stdout",
65
66
"database": "/database/filebrowser.db",
66
67
"root": "/srv"
67
- }```
68
+ }
69
+ ```
68
70
69
71
> initial filebrowser credentials are admin;admin
70
72
71
73
### Ntfy initial setup (post-creation of container)
72
- ```docker exec -it ntfy sh
74
+ ```
75
+ docker exec -it ntfy sh
73
76
ntfy user add --role=admin _your-admin-username_
74
77
<enter a new password>
75
- exit```
78
+ exit
79
+ ```
76
80
77
81
> Use these creditials to logon to Ntfy
78
82
You can’t perform that action at this time.
0 commit comments