]> Untitled Git - lemmy.git/commitdiff
Fixing docker-compose to rely on pictrs
authorDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 16:53:39 +0000 (12:53 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 16:53:39 +0000 (12:53 -0400)
docker/dev/docker-compose.yml
docker/prod/docker-compose.yml

index 2575171e930a1aa9951551dffa5dbb7e6ce97798..bdcb4308ab4bdbf80491d2ed7e60a7f6ff46e886 100644 (file)
@@ -14,6 +14,7 @@ services:
     volumes:
       - ../lemmy.hjson:/config/config.hjson
     depends_on: 
+      - pictrs
       - postgres
       - iframely
 
index 65dc51ae4c89522bab09b478b0dc152196d18977..ee86b82acfcc887cefd9a8229ea9a30cfa6e9ea1 100644 (file)
@@ -22,7 +22,7 @@ services:
       - ./lemmy.hjson:/config/config.hjson
     depends_on:
       - postgres
-      - pictshare
+      - pictrs
       - iframely
 
   pictrs: