Skip to content

Commit

Permalink
Improve simple docker deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
umcconnell committed May 23, 2020
1 parent 27d27a7 commit d77a5e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/scripts/simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ docker-compose -f docker/simple/docker-compose.yml up -d
echo ""
echo "Done!"
echo "Run docker ps to see running processes"
echo "Run docker stop CONTAINER_ID to stop a container"
echo "Run docker stop CONTAINER_ID to stop a container"
echo "Open http://localhost:8080 in your browser"

0 comments on commit d77a5e5

Please sign in to comment.