Update DAV_Containers/supernote/README.md

This commit is contained in:
2026-09-15 22:50:26 +00:00
parent b4b3fe8666
commit 2df72229df
+1 -1
View File
@@ -11,5 +11,5 @@ Once the server is running, register your administrator account:
Using Docker CLI:
```
# Create the initial admin account
docker exec -it supernote supernote admin --url http://localhost:8080 user add you@example.com
docker exec -it supernote supernote admin --url http://localhost:8000 user add you@example.com
```