Changed port mappings of penpot frontend

This commit is contained in:
2026-06-20 21:14:54 +02:00
parent c2204a345e
commit 4507db4d5a
+1 -1
View File
@@ -26,7 +26,7 @@ services:
image: "penpotapp/frontend:${PENPOT_VERSION:-latest}" image: "penpotapp/frontend:${PENPOT_VERSION:-latest}"
restart: always restart: always
ports: ports:
- "8084:80" - "8084:8080"
volumes: volumes:
- penpot_assets:/opt/data/assets - penpot_assets:/opt/data/assets
depends_on: depends_on: