Persistent storage for a system container

I’m launching a service in a system-docker container and I need a small directory that persists across reboots. How do I do that, e.g., what do I mount? Is there a common pattern? Normally I’d create and mount /var/lib/my-service/ …