mirror of
				https://github.com/MHSanaei/3x-ui.git
				synced 2025-10-27 02:24:40 +00:00 
			
		
		
		
	Create docker-compose.yml
This commit is contained in:
		
							parent
							
								
									913dac18f2
								
							
						
					
					
						commit
						17a6e4e316
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | ||||||
|  | --- | ||||||
|  | version: "3.9" | ||||||
|  | 
 | ||||||
|  | services: | ||||||
|  |   3x-ui: | ||||||
|  |     image: ghcr.io/mhsanaei/3x-ui:latest | ||||||
|  |     container_name: 3x-ui | ||||||
|  |     hostname: yourhostname | ||||||
|  |     volumes: | ||||||
|  |       - $PWD/db/:/etc/x-ui/ | ||||||
|  |       - $PWD/cert/:/root/cert/ | ||||||
|  |     environment: | ||||||
|  |       XRAY_VMESS_AEAD_FORCED: "false" | ||||||
|  |     tty: true | ||||||
|  |     network_mode: host | ||||||
|  |     restart: unless-stopped | ||||||
		Loading…
	
		Reference in a new issue
	
	 quydang
						quydang