https://cdn.rawgit.com/mfd/e7842774e037edf15919037594a79b2b/raw/665bdfc532094318449f1010323c84013d5af953/graphik.css
<link rel="stylesheet prefetch" href="https://cdn.rawgit.com/mfd/e7842774e037edf15919037594a79b2b/raw/665bdfc532094318449f1010323c84013d5af953/graphik.css">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Method 1 | |
| * Can be used for: Any storage type | |
| * | |
| * page-slug - replace this with your Option Page slug | |
| * option-name - replace this with your option Name/ID | |
| */ | |
| $value = jet_engine()->listings->data->get_option( 'page-slug::option-name' ); |
Para instalar o Portainer localmente via Docker e usá-lo para gerenciar containers, volumes, redes e stacks no seu computador seja via Linha de comando (CLI) ou Interface (GUI), segue comandos abaixo para rodar no seu terminal:
docker volume create portainer_data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # VARIAVEIS DO SCRIPT | |
| IMAGE_NAME="chatbot-agent" | |
| IMAGE_TAG="latest" | |
| USERNAME="brunoalbim" | |
| IP="IP" | |
| # [1] BUILD DA IMAGEM DO DOCKER |
