chore: make local mastodon server work in docker (#2136)
This commit is contained in:
parent
2a53bd3f80
commit
54a11778da
|
@ -15,6 +15,7 @@ DB_PORT=${DB_PORT}
|
||||||
DB_USER=${DB_USER}
|
DB_USER=${DB_USER}
|
||||||
DB_NAME=${DB_NAME}
|
DB_NAME=${DB_NAME}
|
||||||
DB_PASS=${DB_PASS}
|
DB_PASS=${DB_PASS}
|
||||||
|
BIND=0.0.0.0
|
||||||
`
|
`
|
||||||
|
|
||||||
export const RUBY_VERSION = '3.0.3'
|
export const RUBY_VERSION = '3.0.3'
|
||||||
|
|
Loading…
Reference in a new issue