Fixing docker-compose to rely on pictrs

pull/813/head
Dessalines 4 years ago
parent 1fa7d17e35
commit 186e261fc0

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

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

Loading…
Cancel
Save