Docker socket writable by netdata, fix aliases script
This commit is contained in:
		
							parent
							
								
									5d9bc302b1
								
							
						
					
					
						commit
						24d2eb3f4d
					
				|  | @ -3,6 +3,3 @@ | ||||||
| # Aliases file to be sourced and used when it might be convenient | # Aliases file to be sourced and used when it might be convenient | ||||||
| 
 | 
 | ||||||
| alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow" | alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow" | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| exit 0 |  | ||||||
|  | @ -248,7 +248,7 @@ services: | ||||||
|         volumes: |         volumes: | ||||||
|             - /proc:/host/proc:ro |             - /proc:/host/proc:ro | ||||||
|             - /sys:/host/sys:ro |             - /sys:/host/sys:ro | ||||||
|             - /var/run/docker.sock:/var/run/docker.sock:ro |             - /var/run/docker.sock:/var/run/docker.sock:rw | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=netdata' |             - 'traefik.backend=netdata' | ||||||
|             - 'traefik.port=19999' |             - 'traefik.port=19999' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue