We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9619bfe commit cec647cCopy full SHA for cec647c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM tootsuite/mastodon:v4.0.1
+FROM tootsuite/mastodon:v4.3.0
2
3
USER root
4
RUN mkdir -p /var/cache/apt/archives/partial && \
fly.toml
@@ -6,8 +6,8 @@ kill_timeout = 5
6
swap_size_mb = 1024
7
8
## Uncomment if you are upgrading Mastodon. See README.md for details.
9
-# [deploy]
10
-# release_command = "bin/rails db:migrate"
+[deploy]
+ release_command = "bin/rails db:migrate"
11
12
[env]
13
LOCAL_DOMAIN = "social.python.it"
0 commit comments