fixed broken video link in markdown. merged @neda CI
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
- /srv/mastodon/redis:/data
|
- /srv/mastodon/redis:/data
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: tootsuite/mastodon
|
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||||
@@ -53,7 +53,7 @@ services:
|
|||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: ghcr.io/mastodon/mastodon-streaming
|
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
command: node ./streaming/index.js
|
command: node ./streaming/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user