• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Docker and Redis Configuration

isomonkpiss

Basic Pleskian
I have the newest Version of Plesk Onyx installed on Centos 7.

I m starting docker and downloading the official redis container. But for some reason i can not map my custom config-file into it.

This data i m using for Volume Mapping:

Destination: /usr/local/etc/redis/redis.conf
Source: /data/redis.conf

After that nothing happened and my config file is not into the Container. Maybe a Permissions Problem?

Need help
 
Hi

The docs are wrong!

To add a volume mapping, specify the following:
In the first (left) box - the path to the directory on the server that you want to mount in the container.
In the second (right) box (marked as Source) - the path to a directory inside the container.

It is the opposite! In the left box, you write the path that the container knows; on the right you set a local path! I wasted a complete day with this!!!!
 
Hi

The docs are wrong!

To add a volume mapping, specify the following:
In the first (left) box - the path to the directory on the server that you want to mount in the container.
In the second (right) box (marked as Source) - the path to a directory inside the container.

It is the opposite! In the left box, you write the path that the container knows; on the right you set a local path! I wasted a complete day with this!!!!

I haven't noticed this mistake in the documentation previously, but you are right, documentation isn't correct.

You can use the command-line to launch your container if you have issues with the Plesk interface. For all advanced configuration, I use docker-compose to deploy my containers.
About redis container, I use the bitnami image because there is a documentation about usage and all variables listed.
 
Back
Top