From a36e293d30b6a91ce1596821783742c950f15b59 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 3 Oct 2023 21:21:03 +0500 Subject: [PATCH] i hate the future --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2234be7 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## I hate the future + + +save this as `docker-compose.yml` +```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