mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-30 23:51:03 +01:00 
			
		
		
		
	Update container.md
This commit is contained in:
		
							parent
							
								
									03a91693ac
								
							
						
					
					
						commit
						53d9c95160
					
				| @ -31,9 +31,9 @@ should not work with alternatives like [Podman](https://podman.io). The containe | |||||||
|     docker run \ |     docker run \ | ||||||
|       --name headscale \ |       --name headscale \ | ||||||
|       --detach \ |       --detach \ | ||||||
|       --volume $(pwd)/config:/etc/headscale \ |       --volume "$(pwd)/config:/etc/headscale" \ | ||||||
|       --volume $(pwd)/lib:/var/lib/headscale \ |       --volume "$(pwd)/lib:/var/lib/headscale" \ | ||||||
|       --volume $(pwd)/run:/var/run/headscale \ |       --volume "$(pwd)/run:/var/run/headscale" \ | ||||||
|       --publish 127.0.0.1:8080:8080 \ |       --publish 127.0.0.1:8080:8080 \ | ||||||
|       --publish 127.0.0.1:9090:9090 \ |       --publish 127.0.0.1:9090:9090 \ | ||||||
|       headscale/headscale:<VERSION> \ |       headscale/headscale:<VERSION> \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user