Skip to content

Commit b5fe135

Browse files
committed
fix: temp migrate docs and add warning
See gotify/server#433
1 parent 31f3d3b commit b5fe135

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/migrate-to-3.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Migrate to 3.x
22

3+
> [!WARNING]
4+
> Gotify 3 isn't released yet.
5+
6+
---
7+
38
- The `config.yml` file is no longer supported, convert it to the new env format
49
with [`migrate-config`](#migrating-your-config).
510
- If you set list or map environment variables, their syntax changed, see
@@ -33,7 +38,7 @@ $ gotify-server migrate-config config.yml > gotify-server.env
3338
With Docker:
3439

3540
```bash
36-
$ docker run --rm -v "$(pwd)/config.yml:/app/config.yml" gotify/server \
41+
$ docker run --rm -v "$(pwd)/config.yml:/app/config.yml" gotify/server:master \
3742
migrate-config config.yml > gotify-server.env
3843
```
3944

0 commit comments

Comments
 (0)