RetroLab

  • Deploy WordPress using docker-compose

    by

    in

    Here is an example of how I used docker-compose to deploy my current WordPress install. All my containers are exposed directly into my network using an IPv4 address. To store persistent data I use persistent volumes. Command to create the persistent volume: Example docker-compose.yaml: