forked from mirrors/amnezia-wg-easy
		
	fixup: docker-compose.dev.yml
Improving compose file for dev. Some variables are missed which lead to an error. Fixes: #1234
This commit is contained in:
		
							parent
							
								
									ff9c1b49b6
								
							
						
					
					
						commit
						5938474bf8
					
				
					 1 changed files with 10 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,17 @@
 | 
			
		|||
services:
 | 
			
		||||
  wg-easy:
 | 
			
		||||
    image: wg-easy
 | 
			
		||||
    build:
 | 
			
		||||
      dockerfile: ./Dockerfile
 | 
			
		||||
    command: npm run serve
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./src/:/app/
 | 
			
		||||
      # - ./data/:/etc/wireguard
 | 
			
		||||
    ports:
 | 
			
		||||
      - "51820:51820/udp"
 | 
			
		||||
      - "51821:51821/tcp"
 | 
			
		||||
    cap_add:
 | 
			
		||||
      - NET_ADMIN
 | 
			
		||||
      - SYS_MODULE
 | 
			
		||||
    environment:
 | 
			
		||||
      # - PASSWORD_HASH=p
 | 
			
		||||
      # - PASSWORD=p
 | 
			
		||||
      - WG_HOST=192.168.1.233
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue