Skip to content

issues Search Results · repo:eduwass/docker-nginx-php-git language:Python

Filter by

5 results
 (56 ms)

5 results

ineduwass/docker-nginx-php-git (press backspace or delete to remove)

how about adding timezone support? (with TIMEZONE env) like TIMEZONE=Asia/Seoul On Dockerfile apk add tzdata On start.sh # Set Timezone if [ ! -z $TIMEZONE ]; then cp /usr/share/zoneinfo/${TIMEZONE} ...
  • darron1217
  • Opened 
    on Nov 23, 2017
  • #6

Is there any safe way to add cronjob on docker-compose?
  • darron1217
  • Opened 
    on Nov 23, 2017
  • #5

See nginereed s recent commit to nginx-php-fpm to Switch to PHP7
  • eduwass
  • Opened 
    on Feb 6, 2017
  • #3

Maybe the box is missing PHP email extensions?
  • eduwass
  • 1
  • Opened 
    on Feb 3, 2017
  • #2

Add a ENABLE_CORS env var that enables CORS on nginx.conf: add_header Access-Control-Allow-Origin * ; Take HIDE_NGINX_HEADERS as reference
  • eduwass
  • Opened 
    on Jan 11, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub