25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
170B

  1. services:
  2. devcontainer:
  3. build: .
  4. container_name: tracking-dev
  5. volumes:
  6. - .:/workspace
  7. working_dir: /workspace
  8. stdin_open: true
  9. tty: true

Powered by TurnKey Linux.