mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 05:53:14 +02:00
19 lines
413 B
YAML
19 lines
413 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
dokku:
|
|
image: dokku/dokku:latest
|
|
container_name: dokku
|
|
restart: unless-stopped
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "22:22"
|
|
|