\\
| Warning | |
|
The openmediavault-sharerootfs plugin is a dependency of openmediavault-compose. Do not uninstall the openmediavault-sharerootfs plugin while openmediavault-compose is installed. Removing it will cause the openmediavault-compose plugin to be automatically uninstalled. | |
| Note | |
|
NVIDIA Containers If using NVIDIA drivers inside containers (e.g., Plex or Jellyfin hardware transcoding), leave this field empty. Changing the storage path in this case can corrupt the NVIDIA configuration during OMV reconfiguration. | |
| Note | |
| One of the available examples creates a Composerize container, which can generate compose files from Docker CLI container commands. | |
services:
mosquitto:
image: eclipse-mosquitto
volumes:
- .mosquitto.conf:/mosquitto/config/mosquitto.conf:ro
**Key points:**
* Configs cannot be created outside the compose folder.
* This workflow saves CLI steps and keeps configuration files organized and easy to find.
* Recommended for users who want to manage container configs without hardcoding paths or moving files manually.
----
===== Services Tab =====
The **Services** tab displays services generated by Docker containers managed by the **openmediavault-compose** plugin.
Each entry represents a service exposed by a container, typically corresponding to an application or web interface.
The **Ports** column shows clickable links that allow direct access to the web interface provided by each service.
Selecting a service enables the action buttons in the top toolbar.
\\
\\
| Note | |
| The advantage of the plugin's backup utility is that it stops containers before performing the backup, ensuring consistency. Afterward, you can use any specialized backup solution for versioning, deduplication, etc. Running backups while containers are active may produce inconsistent results. | |
| Warning | |
|
Restoring a backup will overwrite existing compose files and data. Make sure current configurations are no longer needed or have been backed up separately before proceeding. | |
| Note | |
| The authentication status affects the ability to pull or push images from/to private repositories. | |