Skip to content

shrif-web/WEBHW1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProgrammingExercises

Sharif Web Programming Course Fall 2021 exercises

Run services

command:
docker-compose up
if port 80 is allocated change this part in docker-compose under nginx service from

ports:
    - "80:80"

to

ports:
    - "8000:80"