Skip to content

Commit e1389e5

Browse files
committed
update to ecko docker image
1 parent 08bad57 commit e1389e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343

4444
web:
4545
build: .
46-
image: dsterry/mastodon
46+
image: dsterry/ecko
4747
restart: always
4848
env_file: .env.production
4949
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@@ -63,7 +63,7 @@ services:
6363

6464
streaming:
6565
build: .
66-
image: dsterry/mastodon
66+
image: dsterry/ecko
6767
restart: always
6868
env_file: .env.production
6969
command: node ./streaming
@@ -80,7 +80,7 @@ services:
8080

8181
sidekiq:
8282
build: .
83-
image: dsterry/mastodon
83+
image: dsterry/ecko
8484
restart: always
8585
env_file: .env.production
8686
command: bundle exec sidekiq

0 commit comments

Comments
 (0)