You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
 | |
| services:
 | |
| 
 | |
|   fullstack:
 | |
|     environment:
 | |
|       DB_SQLITE_FILE: '/data/mydb.sqlite'
 | |
|       PUID: 1000
 | |
|       PGID: 1000
 | |
|       DISABLE_IPV6: 'true'
 |