mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 07:05:17 +00:00
10 lines
110 B
YAML
10 lines
110 B
YAML
version: '2'
|
|
|
|
services:
|
|
web:
|
|
build: ./
|
|
volumes:
|
|
- ./:/usr/src/app
|
|
ports:
|
|
- 3000:3000
|