rusty/docker-compose.yml
2025-06-04 03:00:20 +02:00

14 lines
269 B
YAML

services:
rusty:
build:
context: .
dockerfile: Dockerfile
container_name: rusty
#tty: true
environment:
- EDITOR: /usr/bin/hx
- HOME: /root
- SHELL: /bin/bash
volumes:
- ./root:/root:rw