this post was submitted on 30 Oct 2023
1 points (100.0% liked)

Portainer

20 readers
0 users here now

Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments.

founded 11 months ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] flaming_m0e@alien.top 1 points 10 months ago

Did you add a volume to your NGINX Proxy Manager? Unless you have persistent data, it's going to reset every time you reboot or update NPM.

Use a volume or bind mount.