Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

website

  • Clone with SSH
  • Clone with HTTPS
  • David Beniamine's avatar
    David Beniamine authored
    4bf113dc
    History

    Web site

    This is simple Dockerised web serveur

    This docker-compose expose all file in www folder

    Install

    cp .env.sample .env
    # Modify variable in .env in .env
    
    mkdir www
    # put web site in www
    
    docker-compose up