Add compose file
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
hyperion.ng:
|
||||
image: gitea.mscloud.site/mans/hyperion.ng-docker:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
#- "8090:8090" # HTTP Port
|
||||
- "8092:8092" # HTTPS Port
|
||||
#- "19444:19444" # JSON Server
|
||||
#- "19400:19400" # Flatbuffer Server
|
||||
#- "19445:19445" # Protocol Buffers Server
|
||||
#- "19333:19333" # Boblight Server
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user