64gram-desktop/docker-compose.yml

17 lines
442 B
YAML
Raw Normal View History

2023-10-03 19:15:48 +05:00
version: '3.5'
services:
64gram:
build: .
hostname: 64gram
image: git.shihaam.dev/dockerfiles/64gram
2023-10-03 21:38:57 +05:00
# user: "1000:1000"
2023-10-03 19:55:52 +05:00
environment:
2023-10-03 21:19:39 +05:00
- DISPLAY
volumes:
- $HOME/.local/share/64Gram:/root/.local/share/64Gram
2023-10-03 21:38:07 +05:00
- $HOME/Downloads:/root/Downloads
- $HOME/Pictures:/root/Pictures
- $HOME/Documents:/root/Documents
2023-10-03 21:28:29 +05:00
- /usr/share/icons:/usr/share/icons
2023-10-03 21:19:39 +05:00
- /tmp/.X11-unix:/tmp/.X11-unix