plaster/compose.yml

10 lines
184 B
YAML
Raw Normal View History

2024-12-18 22:48:27 +00:00
version: '3.8'
2024-12-18 22:35:21 +00:00
services:
plaster:
2024-12-19 00:26:18 +00:00
image: ghcr.io/gigirassy/plaster
2024-12-18 22:35:21 +00:00
ports:
2024-12-18 22:50:04 +00:00
- "35200:3000" # change host port if needed
2024-12-18 22:35:21 +00:00
restart: always
2024-12-18 22:48:27 +00:00
container_name: plaster