mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Remove --rm flag from Docker example
It appears to be causing confusion for users on Discord when copying/pasting from the example here, if Headscale crashes on launch then the container will be removed and logs can't be viewed with `docker logs`.
This commit is contained in:
		
							parent
							
								
									8a8ec7476d
								
							
						
					
					
						commit
						91e30397bd
					
				| @ -66,7 +66,6 @@ db_path: /etc/headscale/db.sqlite | ||||
| docker run \ | ||||
|   --name headscale \ | ||||
|   --detach \ | ||||
|   --rm \ | ||||
|   --volume $(pwd)/config:/etc/headscale/ \ | ||||
|   --publish 127.0.0.1:8080:8080 \ | ||||
|   --publish 127.0.0.1:9090:9090 \ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user