Changed to portainer-ce

This commit is contained in:
Roger Gonzalez 2023-01-30 15:22:54 -03:00
parent c89050afcf
commit f794f7bad7
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 6 additions and 4 deletions

View File

@ -118,13 +118,14 @@ services:
# Portainer helps debugging and monitors the containers
portainer:
image: portainer/agent
image: portainer/portainer-ce
container_name: portainer
ports:
- 9001:9001
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- <install_location>/config/portainer:/data
restart: unless-stopped
# Watchtower is going to keep our instances updated

View File

@ -60,6 +60,7 @@ running_services_location() {
echo "Prowlarr: http://$host_ip:9696/"
echo "Bazarr: http://$host_ip:6767/"
echo "$media_service: http://$host_ip:$media_service_port/"
echo "Portainer: http://$host_ip:9000/"
}
# ============================================================================================