Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docker/docker-stack-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ services:
condition: any
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /mnt/vol/portainer/data:/data
- /mnt/vol/portainer:/data
# Set admin password automatically on first start
# How to generate password read here:
# https://www.notion.so/aelve/Portainer-21744362c6714acd94da1cdb83b715bb#cad1ca2b3f1e427481400fe8d92a53be
command: --admin-password "$2y$05$5wbJ2AIVEJg6ZW8QS1c7FOPM9iQ846eb3KMku1A1twrSNaNiZRLxy"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

  • How was it generated?
  • Is it encrypted or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to the Notion page should also be in a comment in the .yml file

ports:
- 9080:9000
networks:
Expand Down