-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I am new to wordpress, very familiar with docker containers / compose / stacks etc.
I got my WordPress network-multisite install running on docker, its served by an nginx reverse proxy.
Got all that working (though docs could be better because as there too many contradictory, invalid or just outdated blog posts on docker-wordpress+nginx)
My www, plugins and themes are all mounted as a bind mount from my host via the volume directive in compose
volumes:
- /mnt/iscsi/docker/wordpress/www:/var/www/html
When I choose to update to from 5.8.x to 5.9 is the right way to run the upgrade inside the container or pull the 5.9 image and do docker-compose down then up?
Metadata
Metadata
Assignees
Labels
No labels