From 0189636684ec9d3158ffe02c261ee48c56a19292 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 3 Oct 2023 21:47:10 +0500 Subject: [PATCH] added podman instructions to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d40090b..8b9f8ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ## I hate the future +### Please dont use docker, use podman instead +reason is that if you saved a file from telegram to your host, it will be saved as root user and your user cannot delete it +and podman runs as your user, so thats not an issue. + + save this as `docker-compose.yml` ```yml version: '3.5' @@ -18,6 +23,6 @@ services: - /usr/share/icons:/usr/share/icons - /tmp/.X11-unix:/tmp/.X11-unix ``` -and run `docker compose up -d` +and run `podman-compose up -d` or if you wanna live dangerously then you may..: `docker compose up -d` k, thanks, bye