Removed 9000 and changed 3547 to 8080
This commit is contained in:
parent
809a0b59a2
commit
b596c4437c
@ -16,8 +16,6 @@ services:
|
||||
MEANGO_DEBUG: ${debug}
|
||||
PORT: 9000
|
||||
MONGODB_DB_URL: "mongodb://meango/meanshop"
|
||||
ports:
|
||||
- "9000:9000"
|
||||
meango:
|
||||
restart: always
|
||||
environment:
|
||||
|
@ -1,6 +1,6 @@
|
||||
.catalog:
|
||||
name: "meanshop"
|
||||
version: "0.4.8"
|
||||
version: "0.4.9"
|
||||
description: "Ecommerce powered by Meanshop"
|
||||
uuid: meanshop-0
|
||||
minimum_rancher_version: v0.51.0
|
||||
@ -21,7 +21,7 @@
|
||||
description: "Port to use for the MEANSHOP server"
|
||||
label: "MEANSHOP Port"
|
||||
required: true
|
||||
default: "3547"
|
||||
default: "8080"
|
||||
type: "int"
|
||||
|
||||
meanshop-nginx:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: Meanshop
|
||||
description: |
|
||||
Ecommerce powered by Meanshop
|
||||
version: 0.4.8
|
||||
version: 0.4.9
|
||||
category: Repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user