1234567891011121314151617181920212223 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_pterodactyl_panel
- tag: v1.11.11
- mariadb_image:
- repository: mariadb
- tag: "12.0.2"
- redis_image:
- repository: valkey/valkey
- tag: 8.1.3
- consts:
- pterodactyl_container_name: pterodactyl
- perms_container_name: permissions
- mariadb_container_name: mariadb
- redis_container_name: redis
- db_user: pterodactyl-panel
- db_name: pterodactyl-panel
- internal_web_port: 80
- notes_body: |
- To create an admin user after successful installation,
- open a shell in the container and run the command
- following the on-screen instructions: `php artisan p:user:make`
|