Skip to content

license key in docker compose file #10227

Closed Answered by libesto
bckelley asked this question in Help
Discussion options

You must be logged in to vote

Just putting necessary flags in "command:" section, in your case:

version: "3.8"

services:
  portainer:
    image: portainer/portainer-ee:latest
    command: --license-key <key>
    container_name: portainer
    hostname: portainer
    ...
    

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bckelley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants