mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 16:18:11 -05:00
🐳 improve docs about custom configuration
This commit is contained in:
parent
85c1de4bda
commit
b3a5e6710f
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ To connect the frontend to the exporter and backend, you need to fill out these
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Frontend
|
# Frontend
|
||||||
PENPOT_BACKEND_URI: http://your-penpot-backend
|
PENPOT_BACKEND_URI: http://your-penpot-backend:6060
|
||||||
PENPOT_EXPORTER_URI: http://your-penpot-exporter
|
PENPOT_EXPORTER_URI: http://your-penpot-exporter:6061
|
||||||
```
|
```
|
||||||
|
|
||||||
These variables are used for generate correct nginx.conf file on container startup.
|
These variables are used for generate correct nginx.conf file on container startup.
|
||||||
|
|
Loading…
Add table
Reference in a new issue