mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
8 lines
78 B
YAML
8 lines
78 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
build: ./
|
||
|
ports:
|
||
|
- 4000:4000
|