🔧 Set default morbo port to 3000 (as it should have stay)
This commit is contained in:
parent
a7bb414025
commit
0374786f4f
|
@ -1,6 +1,7 @@
|
||||||
Revision history for Lufi
|
Revision history for Lufi
|
||||||
|
|
||||||
?.??.? ????-??-??
|
?.??.? ????-??-??
|
||||||
|
- 🔧 Set default morbo port to 3000 (as it should have stay)
|
||||||
|
|
||||||
0.05.13 2021-01-28
|
0.05.13 2021-01-28
|
||||||
- 🐛 Fix latest git tag improperly fetched
|
- 🐛 Fix latest git tag improperly fetched
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ LOCAL_LDAP_PORT ?= 10389
|
||||||
LOCAL_SWIFT_PORT ?= 8080
|
LOCAL_SWIFT_PORT ?= 8080
|
||||||
SWIFT_CONTAINER_IMAGE ?= swiftstack/picoswiftstack:latest
|
SWIFT_CONTAINER_IMAGE ?= swiftstack/picoswiftstack:latest
|
||||||
MORBO_HOST ?= 0.0.0.0
|
MORBO_HOST ?= 0.0.0.0
|
||||||
MORBO_PORT ?= 3030
|
MORBO_PORT ?= 3000
|
||||||
|
|
||||||
|
|
||||||
locales:
|
locales:
|
||||||
|
|
Loading…
Reference in New Issue