2024-01-17 12:22:46 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
2024-01-17 12:25:29 +00:00
|
|
|
website:
|
2024-01-17 12:22:46 +00:00
|
|
|
image: matterwebsite
|
|
|
|
restart: unless-stopped
|
2024-08-09 22:05:05 +00:00
|
|
|
build:
|
|
|
|
context: ./
|
2024-01-17 12:22:46 +00:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:9878:9878"
|
|
|
|
volumes:
|
|
|
|
- "./content:/app/content"
|