@@ -1,5 +1,5 @@
upstream fastcgi_backend {
- server phpfpm:9000;
+ server unix:/sock/docker.sock;
}
server {