Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Set readOnlyRootFSEnabled Parameter to True
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Be aware that configuring this step is entirely optional and should be undertaken exclusively if you seek to enhance the security of your containers.
To change the readOnlyRootfSEnabled setting from false to true, perform the following:
- Set
readOnlyRootFSEnabled: truein accelo.yml file. - Run the following command:
Bash
accelo admin database push-config- Restart accelo by running the following command:
Bash
accelo restart all -dTo ensure that all the containers are in ReadOnlyRootFileSystem, run the following command:
Bash
docker ps --quiet --all | xargs docker inspect --format '{{ .Id }}: ReadonlyRootfs={{ .HostConfig.ReadonlyRootfs }}'In case any service requires additional paths to be mounted as tmpfs, you must add it to the <service>.yml file.
For example: ad-proxy.yml
Bash
version: "2"services: ad-proxy: image: ad-proxy container_name: "" environment: [] volumes: - /etc/localtime:/etc/localtime:ro - /data01/acceldata/config/proxy/traefik.toml:/etc/traefik/traefik.toml - /data01/acceldata/config/proxy/config.toml:/etc/traefik/conf/config.toml - /data01/acceldata/config/proxy/certs:/etc/acceldata ulimits: {} ports: - 443:443 depends_on: [] opts: {} restart: "" extra_hosts: [] network_alias: [] tmpfs: /tmp: rwlabel: ProxyType to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Install Pulse AgentsFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message