Changed docuseal port to 3001

This commit is contained in:
2026-06-19 16:45:18 +02:00
parent 7ba7e02534
commit 439feb92ef
+1 -1
View File
@@ -8,6 +8,6 @@ services:
- HOST=${PUBLIC_URL} - HOST=${PUBLIC_URL}
- SECRET_KEY_BASE=${SECRET_KEY_BASE} - SECRET_KEY_BASE=${SECRET_KEY_BASE}
ports: ports:
- "3000:3000" - "3001:3000"
volumes: volumes:
- ./docuseal_data:/data - ./docuseal_data:/data