rusty/docker-compose.yml

10 lines
173 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-05 22:22:30 +02:00
#volumes:
# - ./root:/root:rw
2025-06-04 02:06:41 +02:00