Files
altstack-data/deployments/postal/docker-compose.yml

17 lines
393 B
YAML

# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
version: '3.8'
services:
postal:
image: postalserver/postal:latest
container_name: postal
restart: unless-stopped
ports:
- "5000:5000"