We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56375d9 commit ec0ed46Copy full SHA for ec0ed46
conf/default.vcl
@@ -3,13 +3,13 @@ vcl 4.0;
3
import std;
4
5
backend default {
6
- .host = "127.0.0.1";
7
- .port = "8080";
+ .host = "127.0.0.1";
+ .port = "8080";
8
}
9
10
acl local {
11
- "127.0.0.1";
12
- "localhost";
+ "127.0.0.1";
+ "localhost";
13
14
15
sub vcl_recv {
docker-compose.yml
@@ -55,4 +55,4 @@ services:
55
- MYSQL_ROOT_PASSWORD=magento
56
- MYSQL_USER=magento
57
- MYSQL_PASSWORD=magento
58
- - MYSQL_DATABASE=magento
+ - MYSQL_DATABASE=magento
0 commit comments