fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
||||
- https://scpri.me
|
||||
- https://hub.docker.com/r/scprime/scprime
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -20,7 +20,7 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SCPRIME_WALLET_PASSWORD
|
||||
label: 'SCPRIME_WALLET_PASSWORD'
|
||||
label: "SCPRIME_WALLET_PASSWORD"
|
||||
description: "Enter your password to automatically unlock your wallet when the docker starts.<br><b>NOTE<b> Your default password is your seed phrase unless changed."
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -27,10 +27,8 @@ service:
|
||||
protocol: TCP
|
||||
targetPort: 4283
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 4282
|
||||
protocol: TCP
|
||||
targetPort: 4282
|
||||
|
||||
Reference in New Issue
Block a user