Fixing docker-compose to rely on pictrs

This commit is contained in:
Dessalines 2020-06-22 12:53:39 -04:00
parent 1fa7d17e35
commit 186e261fc0
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ services:
volumes:
- ../lemmy.hjson:/config/config.hjson
depends_on:
- pictrs
- postgres
- iframely

View file

@ -22,7 +22,7 @@ services:
- ./lemmy.hjson:/config/config.hjson
depends_on:
- postgres
- pictshare
- pictrs
- iframely
pictrs: