Skip to content

Commit

Permalink
issue #21 an example of running container as a user
Browse files Browse the repository at this point in the history
  • Loading branch information
tabroughton committed Aug 17, 2019
1 parent 5448bc0 commit e79a42e
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 @@ -22,6 +22,7 @@ services:
- .:/var/www
restart: always
working_dir: "/var/www"
user: www-data
environment:
BACKDROP_DB_HOST: "${BACKDROP_DB_HOST}"
BACKDROP_DB_PORT: "${BACKDROP_DB_PORT}"
Expand Down

0 comments on commit e79a42e

Please sign in to comment.