mirror of
https://github.com/penpot/penpot.git
synced 2025-02-22 14:57:01 -05:00
🐳 Set correct internal url frontend url for exporter
This commit is contained in:
parent
404297f837
commit
aa023d847d
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
# Don't touch it; this uses an internal docker network to
|
# Don't touch it; this uses an internal docker network to
|
||||||
# communicate with the frontend.
|
# communicate with the frontend.
|
||||||
PENPOT_PUBLIC_URI: http://penpot-frontend
|
PENPOT_PUBLIC_URI: http://penpot-frontend:8080
|
||||||
|
|
||||||
## Redis is used for the websockets notifications.
|
## Redis is used for the websockets notifications.
|
||||||
PENPOT_REDIS_URI: redis://penpot-redis/0
|
PENPOT_REDIS_URI: redis://penpot-redis/0
|
||||||
|
|
Loading…
Add table
Reference in a new issue