i hate the future

This commit is contained in:
Shihaam Abdul Rahman 2023-10-03 21:21:03 +05:00
parent ead580f5df
commit a36e293d30
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

20
README.md Normal file
View File

@ -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