mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
16 lines
378 B
YAML
16 lines
378 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
services:
|
|
postal:
|
|
image: postalserver/postal:latest
|
|
container_name: postal
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5000:5000"
|
|
|