rusty/docker-compose.yml

14 lines
269 B
YAML
Raw Normal View History

2025-06-04 00:34:01 +02:00
services:
2025-06-04 03:00:20 +02:00
rusty:
2025-06-04 00:34:01 +02:00
build:
context: .
dockerfile: Dockerfile
2025-06-04 03:00:20 +02:00
container_name: rusty
2025-06-04 00:34:01 +02:00
#tty: true
2025-06-04 02:06:41 +02:00
environment:
- EDITOR: /usr/bin/hx
- HOME: /root
- SHELL: /bin/bash
volumes:
- ./root:/root:rw