Skip to content
Snippets Groups Projects
Select Git revision
  • da5614256dcdeb8e072c00c36f52587c3f2dea5a
  • master default protected
  • Legacy_Php7
3 results

readme.md

Blame
  • .env 440 B
    # ======================================================================
    #
    # GENERATED BY init.sh - template: templates/dot_env - e2cde05722688ff85d3a93e9cd55787e
    # values to be used in docker-composer.yml
    #
    # ======================================================================
    
    # ----- application
    APP_NAME=my_new_app
    
    # uid of www-data in the docker container
    DOCKER_USER_UID=33
    
    APP_PORT=8008
    WEBROOT=/var/www/my_new_app/public_html