goingyt commited on
Commit
28d49a3
Β·
verified Β·
1 Parent(s): f33b682

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/sh
2
+ mkdir -p /data/certs
3
+ chown -R 1000:1000 /data
4
+ exec ./portainer "$@"