Skip to content

Commit 7eb3ac2

Browse files
committed
fix: Default Redis port for the editor
1 parent b6ad8e8 commit 7eb3ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/composeWizardConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const WIZARD_SECTIONS = [
298298
label: 'Redis Port',
299299
description: 'Redis server port',
300300
type: FIELD_TYPES.NUMBER,
301-
default: '63790',
301+
default: '36790',
302302
deploymentTypes: ['modular', 'aio', 'vpn', 'external-nginx', 'external-caddy'],
303303
},
304304
{

0 commit comments

Comments
 (0)