6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
docker-compose up -d
|
|
|
|
echo "App running at: http://147.232.204.210:8080"
|
|
echo "Mongo Express: http://147.232.204.210:8081"
|