Skip to content

Commit 70972ef

Browse files
authored
Merge pull request gcgarner#122 from SensorsIot/pr/19
Pr/19
2 parents 820b19c + c2cbce0 commit 70972ef

13 files changed

+12
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
portainer_agent:
2+
image: portainer/agent
3+
container_name: portainer-agent
4+
ports:
5+
- 9002:9001
6+
volumes:
7+
- /var/run/docker.sock:/var/run/docker.sock
8+
- /var/lib/docker/volumes:/var/lib/docker/volumes
9+
restart: unless-stopped

menu.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ REQ_PYYAML_VERSION=5.3.1
1818

1919
declare -A cont_array=(
2020
[portainer]="Portainer"
21+
[portainer_agent]="Portainer agent"
2122
[nodered]="Node-RED"
2223
[influxdb]="InfluxDB"
2324
[telegraf]="Telegraf (Requires InfluxDB and Mosquitto)"
@@ -65,7 +66,7 @@ declare -a armhf_keys=(
6566
"adminer"
6667
"openhab"
6768
"zigbee2mqtt"
68-
"deconz"
69+
"deconz"
6970
"pihole"
7071
"plex"
7172
"tasmoadmin"
@@ -82,6 +83,7 @@ declare -a armhf_keys=(
8283
"qbittorrent"
8384
"domoticz"
8485
"dozzle"
86+
"portainer_agent"
8587
# add yours here
8688
)
8789
sys_arch=$(uname -m)
147 Bytes
Binary file not shown.
151 Bytes
Binary file not shown.
1.53 KB
Binary file not shown.
1.53 KB
Binary file not shown.
2.59 KB
Binary file not shown.
5.2 KB
Binary file not shown.
580 Bytes
Binary file not shown.
620 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)