mirror of
				https://github.com/dustinbrun/openwebrx_docker_installation.git
				synced 2025-11-03 23:07:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
 | 
						|
services:
 | 
						|
  portainer:
 | 
						|
    image: portainer/portainer-ce:latest
 | 
						|
    ports:
 | 
						|
      - 9443:9443
 | 
						|
    volumes:
 | 
						|
        - ./data:/data
 | 
						|
        - /var/run/docker.sock:/var/run/docker.sock
 | 
						|
    restart: unless-stopped
 | 
						|
volumes:
 | 
						|
  data:
 |