File size: 77 Bytes
28d49a3
 
 
 
1
2
3
4
#!/bin/sh
mkdir -p /data/certs
chown -R 1000:1000 /data
exec ./portainer "$@"