mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Expose port 6052 in Dockerfile (#1437)
This commit is contained in:
		| @@ -12,6 +12,9 @@ RUN pip3 install --no-cache-dir -e . | |||||||
| # Settings for dashboard | # Settings for dashboard | ||||||
| ENV USERNAME="" PASSWORD="" | ENV USERNAME="" PASSWORD="" | ||||||
|  |  | ||||||
|  | # Expose the dashboard to Docker | ||||||
|  | EXPOSE 6052 | ||||||
|  |  | ||||||
| # The directory the user should mount their configuration files to | # The directory the user should mount their configuration files to | ||||||
| WORKDIR /config | WORKDIR /config | ||||||
| # Set entrypoint to esphome so that the user doesn't have to type 'esphome' | # Set entrypoint to esphome so that the user doesn't have to type 'esphome' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user