mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
11 lines
174 B
YAML
11 lines
174 B
YAML
version: "3"
|
|
services:
|
|
forsaken-mail:
|
|
image: stilleshan/forsaken-mail
|
|
container_name: forsaken-mail
|
|
ports:
|
|
- 25:25
|
|
- 3000:3000
|
|
restart: always
|
|
|