Create Adminer dockerfile
This commit is contained in:
		
							
								
								
									
										9
									
								
								adminer/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								adminer/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
FROM adminer/adminer:fastcgi
 | 
			
		||||
 | 
			
		||||
MAINTAINER Patrick Artounian <partounian@gmail.com>
 | 
			
		||||
 | 
			
		||||
# Add volume for sessions to allow session persistence
 | 
			
		||||
VOLUME /sessions
 | 
			
		||||
 | 
			
		||||
# We expose Adminer on port 80
 | 
			
		||||
EXPOSE 80
 | 
			
		||||
		Reference in New Issue
	
	Block a user