mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Access Lists
This commit is contained in:
		@@ -3,13 +3,14 @@ services:
 | 
			
		||||
  app:
 | 
			
		||||
    image: jc21/nginx-proxy-manager:2
 | 
			
		||||
    restart: always
 | 
			
		||||
    network_mode: host
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./config.json:/app/config/production.json
 | 
			
		||||
      - ./data:/data
 | 
			
		||||
      - ./letsencrypt:/etc/letsencrypt
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - db
 | 
			
		||||
    links:
 | 
			
		||||
      - db
 | 
			
		||||
  db:
 | 
			
		||||
    image: mariadb
 | 
			
		||||
    restart: always
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user