You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
658 B

3 years ago
# microservice-mongoexpress
3 years ago
## LabInstance mongoexpress
![alt text](images/swarmlab-network.png "")
## Quickstart
This is a quickstart guide of howto use this *LabInstance to deploy Vue js applications*
### HowTo use it
### Default Configuration
- Working Directory
> /home/docker/project
- Default user
> docker
- Default password
> docker
- Default password4root
> pass
### Default port
>
> port 8081
>
3 years ago
## Connect string
>
>
> Find ip with mongoserver
>
> nmap -sP IP/24
>
> nmap -p- IP
>
> mongo-express --admin --url mongodb://172.25.0.2:27017
>
> open Browser
>
## More Info: https://git.swarmlab.io:3000/docs/Documentation