2023-10-03 21:38:07 +05:00
2023-10-03 21:38:07 +05:00
2023-10-03 21:21:03 +05:00

I hate the future

save this as docker-compose.yml

version: '3.5'
services:
  64gram:
    hostname: 64gram
    image: git.shihaam.dev/dockerfiles/64gram
    environment:
      - DISPLAY
    volumes:
      - $HOME/.local/share/64Gram:/root/.local/share/64Gram
      - $HOME/.local/share/fonts:/root/.local/share/fonts
      - /tmp/.X11-unix:/tmp/.X11-unix

and run docker compose up -d

k, thanks, bye

Description
I refuse to use newer version of Telegram or 64gram and I like this version of 64gram, so i want to put it in a container with proper dependencies before it stops working in the future.
Readme 69 MiB
Languages
Dockerfile 73.3%
Shell 26.7%