Multisite WordPress container setup questions
-
Hello,
I need to set up the multisite WordPress install and first I’ve experimented with the Bitnami’s ready-to-go VM/AMI, but the long-term maintenance seems to be an issue — lots of backups/restores each time the VM image is updated.
So I’ve been considering the docker container, here’s the list of questions I still have after reading up on it for a few days:
1. If I use the official WordPress docker (https://hub.docker.com/_/wordpress/), do I just need to enable multisite with the php variable in configs or do I also need to modify the apache config files to support multisite?
2. What are the differences between the official WordPress docker container and the one published by Caylent: https://hub.docker.com/r/caylent/wordpress-multisite/ ?
3. I would like to store non-wordpress-code files outside of the container to ease the maintenance (the whole VM I’m setting up is going to be dedicated to the WordPress anyways). I’ve seen some guides on how to run docker with the custom files outside the docker, but I have no idea where the database used by the wordpress is stored. If I want it outside of the container, what do I need to do?
4. Ideally, I’d like to store custom files/database in another docker container, but my exposure to docker has been very limited — how can I set up the container to just host files/database and expose the volume to another container?
- The topic ‘Multisite WordPress container setup questions’ is closed to new replies.