Community User
Displaying 1 to 21 of 21 repositories
docker run -dit -p 3000:3000 --name frontend -e REACT_APP_URL="http://172.17.0.3:5000" frontend_img
2y
10K+
docker run -dit -p 5000:5000 --name backend_app -e URL="mongodb://172.17.0.2:27017/test" backend
2y
10K+
This mongo database is only run with docker run -d -p 27017:27017 --name dbase mongo
2y
10K+