forked from mirrors/amnezia-wg-easy
		
	Revert Dockerfile: switch from iptables to iptables-legacy
it's need some more development
This commit is contained in:
		
							parent
							
								
									6ff6115e98
								
							
						
					
					
						commit
						35386d0792
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -35,13 +35,10 @@ RUN npm i -g nodemon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Linux packages
 | 
					# Install Linux packages
 | 
				
			||||||
RUN apk add -U --no-cache \
 | 
					RUN apk add -U --no-cache \
 | 
				
			||||||
    iptables-legacy \
 | 
					    iptables \
 | 
				
			||||||
    wireguard-tools \
 | 
					    wireguard-tools \
 | 
				
			||||||
    dumb-init
 | 
					    dumb-init
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Symlink iptables
 | 
					 | 
				
			||||||
RUN ln -s /sbin/iptables-legacy /sbin/iptables
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Expose Ports
 | 
					# Expose Ports
 | 
				
			||||||
EXPOSE 51820/udp
 | 
					EXPOSE 51820/udp
 | 
				
			||||||
EXPOSE 51821/tcp
 | 
					EXPOSE 51821/tcp
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue