added podman instructions to readme
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user