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