[Unit] Description=NGINX container [Container] AutoUpdate=registry ContainerName=nginx Environment=TZ=Europe/Zurich Image=docker.io/nginx:latest Pod=nginx.pod StartWithPod=true Timezone=Europe/Zurich Volume=/var/mnt/nas/containers/nginx/storage/network_internal.conf:/etc/nginx/network_internal.conf:ro Volume=/var/mnt/nas/containers/nginx/storage/nginx.conf:/etc/nginx/nginx.conf:ro Volume=nginx-certs.volume:/etc/nginx/certs:z Volume=nginx-config.volume:/etc/nginx/conf.d Volume=nginx-html.volume:/usr/share/nginx/html Volume=nginx-stream.volume:/etc/nginx/stream.d Volume=nginx-vhost.volume:/etc/nginx/vhost.d [Service] Restart=always [Install] WantedBy=default.target