Removed 9000 and changed 3547 to 8080

This commit is contained in:
Josh Cox 2017-03-24 08:18:09 -05:00
parent 809a0b59a2
commit b596c4437c
3 changed files with 3 additions and 5 deletions

View File

@ -16,8 +16,6 @@ services:
MEANGO_DEBUG: ${debug}
PORT: 9000
MONGODB_DB_URL: "mongodb://meango/meanshop"
ports:
- "9000:9000"
meango:
restart: always
environment:

View File

@ -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:

View File

@ -1,5 +1,5 @@
name: Meanshop
description: |
Ecommerce powered by Meanshop
version: 0.4.8
version: 0.4.9
category: Repository