m0e.space/docker-compose.yml

8 lines
114 B
YAML
Raw Permalink Normal View History

2022-08-11 14:08:06 +03:00
version: "2"
services:
frontend:
build: frontend
restart: unless-stopped
ports:
- "9021:3000"