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 bdb9acd commit a9e4b04Copy full SHA for a9e4b04
README.md
@@ -83,7 +83,7 @@ Use can use the following configuration in your `docker-compose.yml`:
83
```yaml
84
environment:
85
NGINX_DOCUMENT_ROOT: /var/www/web
86
- NGINX_PROXY_PASS: app:3000
+ NGINX_PROXY_PASS: http://app:3000
87
```
88
89
### Drupal
0 commit comments