rusty/docker-compose.yml

14 lines
267 B
YAML
Raw Normal View History

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