Skip to content

Commit

Permalink
fix for #7215
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Bogaci <sebastian.bogaci@gmail.com>
  • Loading branch information
oldboys92 authored and MichaIng committed Sep 19, 2024
1 parent 27fd1fa commit 463d055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11913,7 +11913,7 @@ _EOF_

# Deploy the Portainer container
G_DIETPI-NOTIFY 2 'Portainer will be deployed now. This could take a while...'
G_EXEC_OUTPUT=1 G_EXEC docker run -d -p '9002:9000' --name=portainer --restart=always -v '/run/docker.sock:/var/run/docker.sock' -v 'portainer_data:/data' 'portainer/portainer-ce'
G_EXEC_OUTPUT=1 G_EXEC docker run -d -p '9002:9000' --name=portainer --restart=always -v '/run/docker.sock:/var/run/docker.sock' -v '/etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt:ro' -v 'portainer_data:/data' 'portainer/portainer-ce'
fi

if To_Install 141 adsb-setup adsb-docker # ADS-B Feeder
Expand Down

0 comments on commit 463d055

Please sign in to comment.