13 lines
317 B
YAML
13 lines
317 B
YAML
version: '3.5'
|
|
services:
|
|
64gram:
|
|
build: .
|
|
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
|