Skip to content

Commit 0c39002

Browse files
committed
fix: linkstack volume mount schema
1 parent 49ddd31 commit 0c39002

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

blueprints/linkstack/template.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ UPLOAD_MAX_FILESIZE = "8M"
2020
MYSQL_ROOT_PASSWORD = "${mysql_root_password}"
2121

2222
[[config.mounts]]
23-
volume = "linkstack-data"
23+
type = "volume"
24+
name = "linkstack-data"
2425
target = "/htdocs"
2526

2627
[[config.mounts]]
27-
volume = "mysql-data"
28+
type = "volume"
29+
name = "mysql-data"
2830
target = "/var/lib/mysql"

0 commit comments

Comments
 (0)