mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									67de8a9460
								
							
						
					
					
						commit
						d843696703
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -124,9 +124,9 @@ Please view the [LocalRunGuide](https://github.com/Stirling-Tools/Stirling-PDF/b
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Stirling-PDF has three different versions: a full version, an ultra-lite version, and a 'fat' version. Depending on the types of features you use, you may want a smaller image to save on space. To see what the different versions offer, please look at our [version mapping](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/Version-groups.md). For people that don't mind space optimization, just use the latest tag.
 | 
					Stirling-PDF has three different versions: a full version, an ultra-lite version, and a 'fat' version. Depending on the types of features you use, you may want a smaller image to save on space. To see what the different versions offer, please look at our [version mapping](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/Version-groups.md). For people that don't mind space optimization, just use the latest tag.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Please note in the examples below, you may need to change the volume paths as needed, e.g., `./extraConfigs:/configs` to `/opt/stirlingpdf/extraConfigs:/configs`.
 | 
					Please note in the examples below, you may need to change the volume paths as needed, e.g., `./extraConfigs:/configs` to `/opt/stirlingpdf/extraConfigs:/configs`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -144,7 +144,7 @@ docker run -d \
 | 
				
			|||||||
  -e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \
 | 
					  -e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \
 | 
				
			||||||
  -e LANGS=en_GB \
 | 
					  -e LANGS=en_GB \
 | 
				
			||||||
  --name stirling-pdf \
 | 
					  --name stirling-pdf \
 | 
				
			||||||
  frooodle/s-pdf:latest
 | 
					  stirlingtools/stirling-pdf:latest
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Docker Compose
 | 
					### Docker Compose
 | 
				
			||||||
@ -153,7 +153,7 @@ docker run -d \
 | 
				
			|||||||
version: '3.3'
 | 
					version: '3.3'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  stirling-pdf:
 | 
					  stirling-pdf:
 | 
				
			||||||
    image: frooodle/s-pdf:latest
 | 
					    image: stirlingtools/stirling-pdf:latest
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - '8080:8080'
 | 
					      - '8080:8080'
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user