Remove old feature

I forgot to update this but now I'm on bed and using phone so no verified

Signed-off-by: Shihaam Abdul Rahman <shihaam@shihaam.dev>
This commit is contained in:
Shihaam Abdul Rahman 2023-10-04 02:29:01 +05:00
parent b83bbe0b68
commit 55a2bb1499

View File

@ -43,7 +43,6 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix # X11 socket for GUI
- /tmp/xdg-open.socket:/tmp/xdg-open.socket # Add support for xdg-open
```
obviously change the docker.host to your host machines IP. \
and run `podman-compose up -d` or if you wanna live dangerously then you may..: `docker compose up -d`
here is a script that uses podman run command that does exactly the thing above lol