Docker Installled Portainer is starteted i come not on my webinterface
-
- OMV 8.x
- ramus
-
-
Hi,
The container has already started, UP status.
What is your browser's response to the local acces of portainer?
-
portainer is now starteted
i come not ins interface with this ip 192.169.178.26:9000portainer is already started come from log in terminal
-
-
-
Give the Docker compose plugin also a try if you just started with Portainer. You can achieve everything from Portainer (and actually better) inside OMV.
Your screenshot has not all the information. What IP (+ port) are you trying to reach? Are you running other containers (i.e. with the same port)? Can you place your yml as a code block?
-
Code
Display Moreversion: '3.8' services: portainer: image: portainer/portainer-ce:latest container_name: portainer restart: always ports: - 8000:8000 - 9443:9443 volumes: - /var/run/docker.sock:/var/run/docker.sock - portainer_data:/data networks: - portainer-net volumes: portainer_data: networks: portainer-net: driver: bridgehere this in my list is this no actually ?
-
-
i have omv 7,0 portaier now installed
-
You forward the 9443 port so try http://192.169.178.26:9443 to access portainer GUI
I think you can simplify your code, try something like this:
Code
Display Moreservices: portainer: image: portainer/portainer-ce:latest container_name: portainer security_opt: - no-new-privileges:true volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 9443:9443 - 8000:8000 restart: unless-stoppedpersonnellement j'utlise le port 9000 donc je remplace la ligne
par
I think ruudm is right: OMV will do everything Portainer does, but with greater stability.
But visually, Portainer is more practical.
Personally, I just use it to get a quick and user-friendly overview of my containers.
-
portainer is not work with this settings....... we can starteted now portainer ?
-
-
Code
Display Moreversion: '3.8' services: portainer: image: portainer/portainer-ce:latest container_name: portainer security_opt: - no-new-privileges:true volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 9443:9443 - 8000:8000 restart: unless-stopped volumes: portainer_data: networks: portainer-net: driver: bridgewhich this settings not started the portainer
-
in the OMV GUI.
1. Go to Services - Compose - Files
2. Click on the Blue +
3. Add from exemple
4. Search for portainer (the first portainer only, not the other with agent or omvextra
5. Plus and portainer will start
6. Go to YOUR-IP:9000
7. Enjoy
If you find any mistakes, please report them .
-
thx now work
-
-
Glad to read it!
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!