this post was submitted on 19 Feb 2024
0 points (NaN% liked)
Lemmy Support
4652 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
what's your docker-compose.yml look like, and what command are you using to start it?
I'm starting with
sudo docker compose up -d
and my docker-compose.yml is:I'm following this guide: https://patrickwu.space/2023/11/04/install-lemmy-simplified/. My .env file is:
The image for the pictrs service is wrong.
No idea what it should be, but it shouldnt be
docker.io/c:0.4.3
Thanks. I get the same error even with pictrs image set to
docker.io/asonix/pictrs:0.5.4
I mean, i dont see anything strange.
Maybe just destroy the droplet and start fresh? Or spin up another just to test with?
Are you familiar with installing docker? I always just use docker's convenience script to install it, and never had any problems.
You sure you havent accidentally installed docker desktop instead of docker engine? I dont know if docker has a desktop version for linux.
I keep meaning to figure out rootless mode or swap to podman