123456789101112131415161718 |
- version: '3'
- services:
- graph-exploring-tool:
- build:
- context: .
- dockerfile: ./Dockerfile
- image: graph-exploring-tool
- container_name: graph-exploring-tool
- user: "1000:1000"
- volumes:
- - "./data:/app/data"
- environment:
- - DISPLAY
- network_mode: "host"
- command: cp -r /tyranny/ /export
|