Files
64gram-desktop/README.md
2023-10-03 21:40:39 +05:00

24 lines
521 B
Markdown

## 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/Downloads:/root/Downloads
- $HOME/Pictures:/root/Pictures
- $HOME/Documents:/root/Documents
- /usr/share/icons:/usr/share/icons
- /tmp/.X11-unix:/tmp/.X11-unix
```
and run `docker compose up -d`
k, thanks, bye