It is recommended to create a environment file and run the following command: `docker run --rm -v <root>:/data --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.2 p:update`
It is recommended to create a environment file and run the following command: `docker run --rm -v <root>:/data --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.3 p:update` Then restart the main container.
Docker Compose:
Docker Compose:
Edit the environment section within docker-compose.yml then run `docker-compose run --rm panel p:update`
Edit the environment section within docker-compose.yml then run `docker-compose run --rm panel p:update`. Then restart the main container.