9 行
110 B
YAML
9 行
110 B
YAML
services:
|
|
app:
|
|
image: node:22-alpine
|
|
ports:
|
|
- 18090:3000
|
|
networks:
|
|
labnet:
|
|
driver: bridge
|