mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Merge branch 'master' into master
This commit is contained in:
commit
a63557b8a3
@ -14,6 +14,8 @@ In order to install PHP 8.0, you will need to run the following command. Please
|
||||
may have slightly different requirements for how this command is formatted.
|
||||
|
||||
```bash
|
||||
# Add additional repository for PHP
|
||||
add-apt-repository -y ppa:ondrej/php
|
||||
apt -y update
|
||||
apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
|
||||
```
|
||||
|
||||
@ -133,6 +133,8 @@ this. Place the contents below in a file called `wings.service` in the `/etc/sys
|
||||
[Unit]
|
||||
Description=Pterodactyl Wings Daemon
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
PartOf=docker.service
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user