Skip to content

Commit

Permalink
add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Nov 3, 2021
1 parent ff7bad6 commit b2386a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Usage

- docker network create --driver bridge net
- docker volume create vol

- docker container run -d -v vol:/opt/vlang/app/ -p 90:5000 --name vlang --network=net omarabdul3ziz/vlang_api
- docker container run -d -p 91:8080 --name vue --network=net omarabdul3ziz/vue_ui

0 comments on commit b2386a4

Please sign in to comment.