ayufan/pve-backup-server-dockerfiles

Im unable to sign-in

Closed this issue · 2 comments

How to mount "/run" as "tmpfs" in the pve-backup-server container? How can I check it?
Im able to access the PVE-Backup UI but im unable to sign in.

Note:

  • Raspberry Pi 4 (4GB)
  • OS: Ubuntu 20.04.4 LTS (64bit)
  • Portainer (v2.0.1)
  • Docker Compose (v2.9.0).

for docker is like docker run --tmpfs /run

@kt1024: I found out that the "/run" is already mounted as "tmpfs", so what else could be the issue?

image

Edit:
Any idea where the "docker-compose.yml" is located?
Have already check the path "/var/lib/docker/volumes/portainer_data/_data/compose/" -> empty.

Edit2:
Issue solved ... I have added a new volume via Portainer UI and added it to the PBS container, im able to sign in :)
Source: https://docs.portainer.io/v/ce-2.9/user/docker/volumes/add "Adding a tmpfs volume"