mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
latest changes
This commit is contained in:
@@ -17,11 +17,11 @@ Start the docker container and the required dependencies (either provide existin
|
||||
After the startup is complete you'll need to create a user.
|
||||
If you are running the docker container without docker-compose, use:
|
||||
```
|
||||
docker exec -it <container id> php artisan pterodactyl:user
|
||||
docker exec -it <container id> php artisan p:user:make
|
||||
```
|
||||
If you are using docker compose use
|
||||
```
|
||||
docker-compose exec panel php artisan pterodactyl:user
|
||||
docker-compose exec panel php artisan p:user:make
|
||||
```
|
||||
|
||||
## Environment Variables
|
||||
|
||||
@@ -11,4 +11,6 @@ listen.mode = 0750
|
||||
pm = ondemand
|
||||
pm.max_children = 9
|
||||
pm.process_idle_timeout = 10s
|
||||
pm.max_requests = 200
|
||||
pm.max_requests = 200
|
||||
|
||||
clear_env = no
|
||||
Reference in New Issue
Block a user