User Admins

You can grant administrative privileges to users by providing an enumerated user list, separated by a comma, using the designated environment variable.

services:
  drone-server:
    image: drone/drone:0.7
    environment:
+     - DRONE_ADMIN=janedoe,johnsmith

Please note that the usernames are case-sensitive and must match the exact values as returned from your version control system (e.g. GitHub).