mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Set ports to default value
This commit is contained in:
		| @@ -97,11 +97,11 @@ services: | ||||
|     restart: always | ||||
|     ports: | ||||
|       # Public HTTP Port: | ||||
|       - '8080:80' | ||||
|       - '80:80' | ||||
|       # Public HTTPS Port: | ||||
|       - '4443:443' | ||||
|       - '443:443' | ||||
|       # Admin Web Port: | ||||
|       - '8181:81' | ||||
|       - '81:81' | ||||
|     environment: | ||||
|       # These are the settings to access your db | ||||
|       DB_MYSQL_HOST: "db" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user