Bundle webserver with webui
This commit is contained in:
		@@ -15,3 +15,9 @@ services:
 | 
			
		||||
    - ./mariadb/backup:/backup
 | 
			
		||||
    ports:
 | 
			
		||||
    - 3306:3306
 | 
			
		||||
  web:
 | 
			
		||||
    image: nginx
 | 
			
		||||
    volumes:
 | 
			
		||||
    - ../webui:/usr/share/nginx/html:ro
 | 
			
		||||
    ports:
 | 
			
		||||
    - 80:80
 | 
			
		||||
		Reference in New Issue
	
	Block a user