I have attempted to google and have found a few things but none of it really makes sense to me (beginner in the Ubuntu server / Portainer / Docker space) I have installed Ubunut server 22.04 and used the inbuilt docker as part of the intial install. From there I installed Portainer docker volume create portainer\_data sudo docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer\_data:/data portainer/portainer-ce:latest I then added NFS shares from another server via fstab Then when in Portainer - from what I gathered I should have been able to set bind to /media/nfsshare1 But that does not work. And then when attempting to add an NFS volume the containers can't see anything or use them if I point them to the volume. ​ Any help - or step by step idiot guide for this would be super appreciated ​

1
0

I have setup an ubuntu 22.04 server on my proxmox host. Installed docker and portainer on it. Get to the portainer webgui. Install / deploy a docker in this example - nginx proxy manager Docker container installs and webgui is accessible. Run through setup etc, add a proxy host confirm reverse proxy works. If I reboot the host it loses all settings, how do I make it actually retain settings? Or what am I doing wrong? Is there some sort of setting I am just not seeing or or something? ​ This is my first time attempting to use portainer for anything.

1
0