version: "3.7" services: dev-box: build: context: . ports: - "2222:22" - "8080:8080" - "3000:3000" volumes: - /root/dev-box/projects:/projects - /root/dev-box/home:/root restart: always tty: true #volumes: # cifs_projects: # driver_opts: # type: cifs # o: username=nasuser,password=nasuser,uid=0,noperm # device: //192.168.0.69/Data/Projects