this post was submitted on 26 Jun 2024
11 points (100.0% liked)
Lemmy Support
4654 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
If you only want to start 1 service of your entire compose file just use the name in the service section. No need to comment out everything else. For Lemmy it would be:
docker compose up -d postgres
This will only start the postgres container of this stack. Glad you found a way which worked for you ☺️
ahhhh yes, that makes perfect sense... thank you for pointing that out! Especially since I'm not good enough with
vi
to know how to bulk delete the first character in specific lines, I had to manually arrow and delete.