aurora / docker-compose.yml
Amrpyt's picture
Upload 21 files
c6ce106 verified
raw
history blame contribute delete
No virus
164 Bytes
version: '3'
services:
app:
image: ghcr.io/aurora-develop/aurora:latest
container_name: aurora
restart: unless-stopped
ports:
- '8080:8080'