File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- FROM nginx:1.15.12 -alpine
1+ FROM nginx:1.17.5 -alpine
22
33EXPOSE 8000
44CMD ["/sbin/entrypoint.sh" ]
Original file line number Diff line number Diff line change 11server {
22 listen 8000 default; ## Listen for ipv4; this line is default and implied
3+ listen [::]:8000 default; ## Listen for ipv6
34
45 # Make site accessible from http://localhost/
56 server_name localhost;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ initialize_system() {
104104 CACHE_DRIVER=${CACHE_DRIVER:- apc}
105105
106106 SESSION_DRIVER=${SESSION_DRIVER:- apc}
107- SESSION_DOMAIN=${SESSION_DOMAIN:- apc }
107+ SESSION_DOMAIN=${SESSION_DOMAIN:- }
108108 SESSION_SECURE_COOKIE=${SESSION_SECURE_COOKIE:- }
109109
110110 QUEUE_DRIVER=${QUEUE_DRIVER:- database}
You can’t perform that action at this time.
0 commit comments