Configuration
SIGNIUS Sealing Server Dashboard
Windows and Linux
Docker
initial configuration
version: '3.8'
services:
sseal_dashboard:
image: sseal-server-dashboard-image:v0.0.0
container_name: signius-sealing-server-dashboard-container
volumes:
- ./config.json:/usr/share/nginx/html/assets/config.json
- ./nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- 80:80later updates
SIGNIUS Sealing Server
Server configuration should proceed in the following order:
Default admin credentials (for first login to the SIGNIUS Sealing Server Dashboard)
Last updated