You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
462 B
13 lines
462 B
[Unit]
|
|
Description=podman pull docker.io/nginxinc/nginx-unprivileged
|
|
Documentation=https://hub.docker.com/r/nginxinc/nginx-unprivileged/
|
|
|
|
# Only start if Nextcloud has been configured
|
|
ConditionPathExists=/etc/quadlets/nextcloud/config.env
|
|
|
|
[Image]
|
|
Image=docker.io/nginxinc/nginx-unprivileged:${NGINX_MAJOR}-alpine
|
|
|
|
[Service]
|
|
# These environment variables are sourced to be used by systemd in the Exec* commands
|
|
EnvironmentFile=/etc/quadlets/nextcloud/config.env
|
|
|