This repository has been archived on 2023-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
altium2kicad/docker-compose.yml

17 lines
222 B
YAML
Raw Normal View History

2019-05-31 14:59:48 +08:00
version: "3"
services:
altium2kicad:
build:
./
container_name: 'altium2kicad'
network_mode: "bridge"
# environment:
volumes:
- "/sharedfolders:/data"
# ports:
restart: always