You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behavior by changing the `padding` query parameter of any `get` operation.
37
+
Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behaviour by changing the `padding` query parameter of any `get` operation.
38
38
39
39
### Local
40
40
@@ -52,7 +52,7 @@ $ nix run
52
52
docker run --volume 'mayu:/mayu/data/' -p '80:3000' --rm fuwn/mayu:latest
53
53
```
54
54
55
-
This Docker command uses a named volume, `mayu`, which allows the Mayu's database to persist between container restarts.
55
+
This Docker command uses a named volume, `mayu`, which allows Mayu's database to persist between container restarts.
56
56
57
57
### Database
58
58
@@ -80,4 +80,4 @@ Mayu additionally adds two database columns: `created_at` and `updated_at`, whic
80
80
81
81
## Licence
82
82
83
-
This project is licensed with the [GNU General Public License v3.0](LICENSE).
83
+
This project is licensed under the [GNU General Public License v3.0](LICENSE).
0 commit comments