padloc/docs/examples/hosting/docker/basic/README.md

478 B

Basic Docker Example

This is a basic example of running an instance of the Padloc server component and web app via Docker + Docker Compose.

Setup Instructions

  1. Install Docker and Docker Compose:

  2. Clone or download this folder and cd into it.

  3. Start the server and pwa:

    docker-compose up
    

Thats it! The web app is now available at http://localhost:8080.