forked from mirrors/amnezia-wg-easy
		
	add instruction how to change the web ui language
This commit is contained in:
		
							parent
							
								
									3435b1bd73
								
							
						
					
					
						commit
						710771ac16
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -50,6 +50,7 @@ To automatically install & run wg-easy, simply run:
 | 
			
		|||
<pre>
 | 
			
		||||
$ docker run -d \
 | 
			
		||||
  --name=wg-easy \
 | 
			
		||||
  -e LANG=de
 | 
			
		||||
  -e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
 | 
			
		||||
  -e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
 | 
			
		||||
  -v ~/.wg-easy:/etc/wireguard \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,6 +5,8 @@ volumes:
 | 
			
		|||
services:
 | 
			
		||||
  wg-easy:
 | 
			
		||||
    environment:
 | 
			
		||||
      # Change Language:
 | 
			
		||||
      - LANG=de
 | 
			
		||||
      # ⚠️ Required:
 | 
			
		||||
      # Change this to your host's public address
 | 
			
		||||
      - WG_HOST=raspberrypi.local
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue