added podman instructions to readme

This commit is contained in:
2023-10-03 21:47:10 +05:00
parent cdb2c8ebb1
commit 0189636684

View File

@ -1,6 +1,11 @@
## I hate the future ## 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` save this as `docker-compose.yml`
```yml ```yml
version: '3.5' version: '3.5'
@ -18,6 +23,6 @@ services:
- /usr/share/icons:/usr/share/icons - /usr/share/icons:/usr/share/icons
- /tmp/.X11-unix:/tmp/.X11-unix - /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 k, thanks, bye