-
| 
         Is it possible to run RaspAP in a Docker container and tell it to use the config file in the /etc/ folder or can only the Docker yaml (or what ever it's called) file be use to configure the Docker version of RaspAP?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            billz
          
      
      
        Apr 5, 2024 
      
    
    Replies: 1 comment 1 reply
-
| 
         You can access files in the host system with bind mounts and volumes. Although it might be easier to simply allocate a terminal and modify the networking defaults this way.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        Oak-Trees
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You can access files in the host system with bind mounts and volumes. Although it might be easier to simply allocate a terminal and modify the networking defaults this way.