photoprism/setup/podman
Michael Mayer 392bb1d5cf Docker Compose: Improve port mapping docs in the config examples #4017
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-18 11:56:50 +01:00
..
docker-compose.yml Docker Compose: Improve port mapping docs in the config examples #4017 2024-01-18 11:56:50 +01:00
install.sh
Makefile
README.md

PhotoPrism Setup (RedHat, CentOS, Fedora, and AlmaLinux)

Podman is supported as a replacement for Docker on Red Hat Enterprise Linux® and compatible Linux distributions such as CentOS, Fedora, AlmaLinux, and Rocky Linux. The following installs the podman and podman-compose commands if they are not already installed:

sudo dnf upgrade -y
sudo dnf install epel-release -y
sudo dnf install netavark aardvark-dns podman podman-docker podman-compose -y
sudo systemctl start podman
sudo systemctl enable podman
podman --version

We also provide a setup script that conveniently installs Podman and downloads the default configuration to a directory of your choice:

mkdir -p /opt/photoprism
cd /opt/photoprism
curl -sSf https://dl.photoprism.app/podman/install.sh | bash

Please keep in mind to replace the docker and docker compose commands with podman and podman-compose when following the examples in our documentation.

Documentation

Getting Started

https://docs.photoprism.app/getting-started/

Knowledge Base

https://www.photoprism.app/kb

Compliance FAQ

https://www.photoprism.app/kb/compliance-faq

Firewall Settings

https://docs.photoprism.app/getting-started/troubleshooting/firewall/


PhotoPrism® is a registered trademark. By using the software and services we provide, you agree to our Terms of Service, Privacy Policy, and Code of Conduct. Docs are available under the CC BY-NC-SA 4.0 License; additional terms may apply.