Skip to content

Instantly share code, notes, and snippets.

@acro5piano
Last active November 29, 2016 14:47
Show Gist options
  • Save acro5piano/f4faa549905c8f2ca77f02a6b1dd9d9f to your computer and use it in GitHub Desktop.
Save acro5piano/f4faa549905c8f2ca77f02a6b1dd9d9f to your computer and use it in GitHub Desktop.
Dockerで実行ユーザーとグループを指定する ref: http://qiita.com/acro5piano/items/8cd987253cb205cefbb5
web:
image: debian
user: "${UID}:${GID}"
USER 1000:1000
export UID=${UID}
export GID=${GID}
docker-compose up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment