mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 16:53:19 +02:00
17 lines
398 B
YAML
17 lines
398 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
continue:
|
|
image: continuedev/continue:latest
|
|
container_name: continue
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|
|
|