chore: make local mastodon server work in docker (#2136)

This commit is contained in:
Nolan Lawson 2022-04-30 18:34:58 -07:00 committed by GitHub
parent 2a53bd3f80
commit 54a11778da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ DB_PORT=${DB_PORT}
DB_USER=${DB_USER}
DB_NAME=${DB_NAME}
DB_PASS=${DB_PASS}
BIND=0.0.0.0
`
export const RUBY_VERSION = '3.0.3'