For Docker
services:
ollama:
image: ollama/ollama
container_name: ollama
privileged: true
environment:
- OLLAMA_FLASH_ATTENTION=1
- OLLAMA_MAX_LOADED_MODELS=1
- OLLAMA_KEEP_ALIVE=180m
- OLLAMA_NUM_THREADS=8
ports:
- "11434:11434"
volumes:
- /home/ollama:/root/.ollama
deploy ...
Search found 2 matches
- Wed May 06, 2026 8:16 pm
- Forum: AI & Wordpress
- Topic: Ollama Stack Docker
- Replies: 0
- Views: 38
- Wed May 06, 2026 8:02 pm
- Forum: AI & Wordpress
- Topic: How to Restore a WordPress Site from Backup Manually
- Replies: 0
- Views: 38
How to Restore a WordPress Site from Backup Manually
Guide from wpthrill but have made some small changes
Update details to DB and passwords in wp-config.php
IN the SQL file change (Don't open with Bluefish takes to long)
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `[b]#####[/b]` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci ...
Update details to DB and passwords in wp-config.php
IN the SQL file change (Don't open with Bluefish takes to long)
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `[b]#####[/b]` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci ...