upgrade to 0.8
This commit is contained in:
parent
76d25ba162
commit
0a87539f3e
@ -91,6 +91,14 @@ db-type: "sqlite"
|
|||||||
# Default: ""
|
# Default: ""
|
||||||
db-address: "/alloc/gotosocial.db"
|
db-address: "/alloc/gotosocial.db"
|
||||||
|
|
||||||
|
# String. SQLite journaling mode.
|
||||||
|
# SQLite only -- unused otherwise.
|
||||||
|
# If set to empty string, the sqlite default will be used.
|
||||||
|
# See: https://www.sqlite.org/pragma.html#pragma_journal_mode
|
||||||
|
# Examples: ["DELETE", "TRUNCATE", "PERSIST", "MEMORY", "WAL", "OFF"]
|
||||||
|
# Default: "WAL"
|
||||||
|
db-sqlite-journal-mode: "WAL"
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
##### WEB CONFIG #####
|
##### WEB CONFIG #####
|
||||||
|
@ -89,7 +89,7 @@ job "club-patito" {
|
|||||||
user = "nobody"
|
user = "nobody"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superseriousbusiness/gotosocial:0.6.0"
|
image = "superseriousbusiness/gotosocial:0.8.0"
|
||||||
ports = ["gotosocial"]
|
ports = ["gotosocial"]
|
||||||
args = [
|
args = [
|
||||||
"--config-path",
|
"--config-path",
|
||||||
|
Loading…
Reference in New Issue
Block a user