Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 242 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 242 Bytes

wiki in Docker

Build with Podman:

podman build -t federatedwiki/base .

Build with Docker Compose running on a rootless Podman context:

mkdir -p .wiki
sudo chown 100999:100999 .wiki
docker compose build
docker compose up