Fix image url in compose section
This commit is contained in:
parent
4dc0f9b253
commit
4879deb66b
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ services:
|
||||||
|
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
image: ghcr.io/mastodon/mastodon:v4.2.9
|
image: richarvey/mastodon-bird-ui:latest
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
command: bundle exec puma -C config/puma.rb
|
command: bundle exec puma -C config/puma.rb
|
||||||
|
|
2
mastodon
2
mastodon
|
@ -1 +1 @@
|
||||||
Subproject commit c93aacafdea188cac791b62a32e3117a7dc3e9cc
|
Subproject commit b1fbb459941822517421b6e4f625f8fd3b2dbde4
|
Loading…
Reference in a new issue