plaster/compose.yml
2024-12-18 17:48:27 -05:00

12 lines
228 B
YAML

version: '3.8'
services:
plaster:
build:
context: .
dockerfile: Dockerfile
ports:
- "35200:3000" # Bind container's port 3000 to the host's port 3000
restart: always
container_name: plaster