Commit Graph

7 Commits

Author SHA1 Message Date
Odd Stråbø
bf0a6bad5c Remove compose down from update instructions (#443)
docker compose down is not needed, and running it before pulling updated
images causes longer service downtime than required.

Simply running `docker compose up -d` after `docker compose pull` will
recreate all containers that changed (by either image version or other
settings in the compose file).
2024-09-13 06:14:52 +02:00
youngcw
97703077ef add stop command to docker-compose update steps (#285) 2023-12-07 12:28:13 -07:00
Peter
941838c045 add reverse proxy config documentation (#267)
Hey, since I've been using Actual via Traefik for a few days now, I took
the time to add a little bit to the documentation in that regard. I hope
it fits so far. Please feel free to comment/improve anything.
2023-12-03 13:31:18 -07:00
Musa Ahmed
5ccd7a7a32 Small Grammer Improvement (#269) 2023-10-04 17:40:09 +01:00
Clumsy
0ae15a2eed Simplify updating docker to 1 command (#261) 2023-09-27 18:25:32 +01:00
shall0pass
f1f3079b0c Add 'update' subheadings for docker (#240) 2023-07-12 19:01:52 -04:00
Jed Fox
5d433c617e Reorganize page URLs to match the sidebar (#185)
Principles:

- lowercase URLs only
- kebab-case
- generally match sidebar structure
2023-06-12 15:20:06 -04:00