Skip to content

Commit

Permalink
Elevated bot_app container privilege
Browse files Browse the repository at this point in the history
Using mounted program.sh require container to have root privilege
  • Loading branch information
uCatu authored Jun 2, 2019
1 parent 6d6fb31 commit 31ab082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:

bot_app:
image: cfmanteiga/alpine-bash-curl-jq
privileged: true
container_name: bot_app
command: tail -F anything
volumes:
Expand Down

0 comments on commit 31ab082

Please sign in to comment.