File size: 202 Bytes
28d49a3
d07af79
28d49a3
 
d07af79
e56baeb
c2a9499
1
2
3
4
5
6
7
#!/bin/sh
# Ensure the data directory exists and has the correct permissions
mkdir -p /data/certs
chown -R 1000:1000 /data

# Start Portainer
exec /usr/local/bin/portainer -H unix:///var/run/docker.sock