Dateien nach "install-dashdot-on-docker" hochladen
This commit is contained in:
		
							
								
								
									
										10
									
								
								install-dashdot-on-docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								install-dashdot-on-docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
version: "3.8" # Specifies the version of the Docker Compose file format
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  dashdot:
 | 
			
		||||
    image: mauricenino/dashdot # Image to be used for this service
 | 
			
		||||
    ports:
 | 
			
		||||
      - "3001:3001" # Port 3001 on the host is mapped to port 3001 in the container
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /:/mnt/host:ro # Mounts the root directory of the host as read-only at /mnt/host in the container
 | 
			
		||||
    privileged: true # Runs the container in privileged mode, allowing it access to host devices
 | 
			
		||||
		Reference in New Issue
	
	Block a user