9 lines
157 B
YAML
9 lines
157 B
YAML
version: '3.5'
|
|
services:
|
|
64gram:
|
|
build: .
|
|
hostname: 64gram
|
|
image: git.shihaam.dev/dockerfiles/64gram
|
|
environment:
|
|
- DISPLAY=$DISPLAY
|