Skip to content

Instantly share code, notes, and snippets.

@e-minguez
e-minguez / 01-podman-pod-nextcloud.md
Last active November 12, 2023 09:31
podman pod nextcloud
  • Some variables to avoid writting too much and create some folders:
export PODNAME="nextcloud"
mkdir -p ~/containers/nextcloud/{db,nginx,html}
  • Copy the nginx.conf file: